PipelineSequence.h File
Helpers for parsing model pipeline_sequence.json. More...
Included Headers
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | mpk |
Classes Index
| struct | SequenceEntry |
| struct | SequenceSplit |
Description
Helpers for parsing model pipeline_sequence.json.
File Listing
The file content with the documentation metadata removed is:
11namespace simaai::neat::mpk {
13struct SequenceEntry {
14 int sequence_id = 0;
17 std::string config_path;
22struct SequenceSplit {
29std::vector<SequenceEntry> load_pipeline_sequence(const std::string& etc_dir);
33SequenceSplit split_sequence_for_infer(const std::vector<SequenceEntry>& seq);
35bool is_pre_adapter_kernel(const std::string& kernel);
36bool is_post_adapter_kernel(const std::string& kernel);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.