SequenceEntry Struct
Single stage within a parsed pipeline sequence entry. More...
Declaration
Included Headers
Public Member Attributes Index
| int | sequence_id = 0 |
|
Ordinal id of the entry within the sequence. More... | |
| std::string | name |
|
Human-readable stage name. More... | |
| std::string | plugin_id |
|
Identifier of the plugin/element implementing the stage. More... | |
| std::string | config_path |
|
Path to the stage's configuration (relative to the model pack). More... | |
| std::string | processor |
|
Target processor (e.g., MLA, EV74). More... | |
| std::string | kernel |
|
Kernel label (used to identify pre/post adapters). More... | |
Description
Single stage within a parsed pipeline sequence entry.
Captures the identity of one stage (sequence id, name, plugin id, config path, processor, kernel) as parsed from the MPK manifest's pipeline_sequence section.
Definition at line 21 of file PipelineSequence.h.
Public Member Attributes
config_path
|
Path to the stage's configuration (relative to the model pack).
Definition at line 25 of file PipelineSequence.h.
kernel
|
Kernel label (used to identify pre/post adapters).
Definition at line 27 of file PipelineSequence.h.
name
|
plugin_id
|
Identifier of the plugin/element implementing the stage.
Definition at line 24 of file PipelineSequence.h.
processor
|
Target processor (e.g., MLA, EV74).
Definition at line 26 of file PipelineSequence.h.
sequence_id
|
Ordinal id of the entry within the sequence.
Definition at line 22 of file PipelineSequence.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.