ClikaRT::runtime::ContainedStep
struct
Header: ClikaRT/runtime/pipeline.h
A PipelineStep with its Model already contained (see ContainedModel). You never build this; Pipeline::create builds one per step from your PipelineSteps, containing each step's Model in your translation unit.
Data members
name
std::string name
Step name (names the step in errors and maps).
Declared in ClikaRT/runtime/pipeline.h, line 31
model
ContainedModel model
The step's contained model (see ContainedModel).
Declared in ClikaRT/runtime/pipeline.h, line 33
exec_config
ExecConfig exec_config
The step's executor tuning.
Declared in ClikaRT/runtime/pipeline.h, line 35
input_map
std::vector<std::pair<std::string, std::string>> input_map
(pipeline input -> step input) name pairs.
Declared in ClikaRT/runtime/pipeline.h, line 37
output_map
std::vector<std::pair<std::string, std::string>> output_map
(step output -> pipeline output) name pairs.
Declared in ClikaRT/runtime/pipeline.h, line 39