StageModelExecutor.h File
Stage executor for Model inference using stage APIs. More...
Included Headers
#include "graph/StageExecutor.h"
#include "graph/nodes/StageNode.h"
#include "pipeline/StageRun.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | graph |
| namespace | nodes |
Classes Index
| struct | StageModelExecutorOptions |
| class | StageModelExecutor |
Description
Stage executor for Model inference using stage APIs.
File Listing
The file content with the documentation metadata removed is:
8#include "graph/StageExecutor.h"
9#include "graph/nodes/StageNode.h"
10#include "pipeline/StageRun.h"
17namespace simaai::neat {
21namespace simaai::neat::graph::nodes {
23struct StageModelExecutorOptions {
25 bool do_preproc = true;
27 bool do_boxdecode = false;
31class StageModelExecutor final : public simaai::neat::graph::StageExecutor {
33 explicit StageModelExecutor(StageModelExecutorOptions opt);
35 void set_ports(const StagePorts& ports) override;
39 StageModelExecutorOptions opt_;
40 PortId out_port_ = kInvalidPort;
45StageModelExecutorNode(const StageModelExecutorOptions& opt, std::string label = {},
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.