Skip to main content

CompiledStageNode Struct

Compiled record for a single stage-backend node in the runtime graph. More...

Declaration

struct simaai::neat::graph::CompiledStageNode { ... }

Included Headers

#include <Compiler.h>

Public Member Attributes Index

NodeIdnode_id = kInvalidNode

Runtime-graph node id. More...

std::shared_ptr< graph::nodes::StageNode >node

The stage node itself. More...

Description

Compiled record for a single stage-backend node in the runtime graph.

Definition at line 60 of file Compiler.h.

Public Member Attributes

node

std::shared_ptr<graph::nodes::StageNode> simaai::neat::graph::CompiledStageNode::node

The stage node itself.

Definition at line 62 of file Compiler.h.

62 std::shared_ptr<graph::nodes::StageNode> node;

node_id

NodeId simaai::neat::graph::CompiledStageNode::node_id = kInvalidNode

Runtime-graph node id.

Definition at line 61 of file Compiler.h.

61 NodeId node_id = kInvalidNode;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.