StreamMetadata.h File
Stage executor to ensure stream metadata defaults. More...
Included Headers
#include "graph/GraphMetadata.h"
#include "graph/StageExecutor.h"
#include "graph/nodes/StageNode.h"
#include <memory>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | graph |
| namespace | nodes |
Classes Index
| class | StreamMetadata |
Description
Stage executor to ensure stream metadata defaults.
File Listing
The file content with the documentation metadata removed is:
8#include "graph/GraphMetadata.h"
9#include "graph/StageExecutor.h"
10#include "graph/nodes/StageNode.h"
18namespace simaai::neat::graph::nodes {
20class StreamMetadata final : public simaai::neat::graph::StageExecutor {
22 explicit StreamMetadata(StreamMetadataDefaults defaults = {});
23 void set_ports(const StagePorts& ports) override;
27 StreamMetadataDefaults defaults_;
29 PortId out_port_ = kInvalidPort;
33std::shared_ptr<simaai::neat::graph::Node> StreamMetadataNode(StreamMetadataDefaults defaults = {},
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.