Skip to main content

SequenceEntry Struct

Single stage within a parsed pipeline sequence entry. More...

Declaration

struct simaai::neat::mpk::SequenceEntry { ... }

Included Headers

#include <PipelineSequence.h>

Public Member Attributes Index

intsequence_id = 0

Ordinal id of the entry within the sequence. More...

std::stringname

Human-readable stage name. More...

std::stringplugin_id

Identifier of the plugin/element implementing the stage. More...

std::stringconfig_path

Path to the stage's configuration (relative to the model pack). More...

std::stringprocessor

Target processor (e.g., MLA, EV74). More...

std::stringkernel

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

std::string simaai::neat::mpk::SequenceEntry::config_path

Path to the stage's configuration (relative to the model pack).

Definition at line 25 of file PipelineSequence.h.

25 std::string config_path;

kernel

std::string simaai::neat::mpk::SequenceEntry::kernel

Kernel label (used to identify pre/post adapters).

Definition at line 27 of file PipelineSequence.h.

27 std::string kernel;

name

std::string simaai::neat::mpk::SequenceEntry::name

Human-readable stage name.

Definition at line 23 of file PipelineSequence.h.

23 std::string name;

plugin_id

std::string simaai::neat::mpk::SequenceEntry::plugin_id

Identifier of the plugin/element implementing the stage.

Definition at line 24 of file PipelineSequence.h.

24 std::string plugin_id;

processor

std::string simaai::neat::mpk::SequenceEntry::processor

Target processor (e.g., MLA, EV74).

Definition at line 26 of file PipelineSequence.h.

26 std::string processor;

sequence_id

int simaai::neat::mpk::SequenceEntry::sequence_id = 0

Ordinal id of the entry within the sequence.

Definition at line 22 of file PipelineSequence.h.

22 int sequence_id = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.