Skip to main content

CompiledGraph Struct

Declaration

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

Included Headers

#include <Compiler.h>

Public Member Attributes Index

std::vector< CompiledPipelineSegment >pipelines
std::vector< CompiledStageNode >stages
std::vector< Edge >edges
std::vector< EdgeSpec >edge_specs
std::vector< std::string >port_names

Definition at line 44 of file Compiler.h.

Public Member Attributes

edge_specs

std::vector<EdgeSpec> simaai::neat::graph::CompiledGraph::edge_specs

Definition at line 48 of file Compiler.h.

48 std::vector<EdgeSpec> edge_specs;

edges

std::vector<Edge> simaai::neat::graph::CompiledGraph::edges

Definition at line 47 of file Compiler.h.

47 std::vector<Edge> edges;

pipelines

std::vector<CompiledPipelineSegment> simaai::neat::graph::CompiledGraph::pipelines

Definition at line 45 of file Compiler.h.

45 std::vector<CompiledPipelineSegment> pipelines;

port_names

std::vector<std::string> simaai::neat::graph::CompiledGraph::port_names

Definition at line 49 of file Compiler.h.

49 std::vector<std::string> port_names;

stages

std::vector<CompiledStageNode> simaai::neat::graph::CompiledGraph::stages

Definition at line 46 of file Compiler.h.

46 std::vector<CompiledStageNode> stages;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.