Skip to main content

StageModelExecutorOptions Struct

Configuration for a StageModelExecutor stage. More...

Declaration

struct simaai::neat::graph::nodes::StageModelExecutorOptions { ... }

Included Headers

Public Member Attributes Index

std::shared_ptr< const simaai::neat::Model >model

Model to run inference against. More...

booldo_preproc = true

Run the preprocess stage. More...

booldo_mla = true

Run the MLA inference stage. More...

booldo_boxdecode = false

Run the box-decode post stage. More...

simaai::neat::stages::BoxDecodeOptionsbox_opt = ...

Box-decode options when do_boxdecode is true. More...

Description

Configuration for a StageModelExecutor stage.

Selects the model to run and which inference sub-stages (preprocess, MLA, optional box-decode) the executor should perform.

Definition at line 31 of file StageModelExecutor.h.

Public Member Attributes

box_opt

simaai::neat::stages::BoxDecodeOptions simaai::neat::graph::nodes::StageModelExecutorOptions::box_opt

Box-decode options when do_boxdecode is true.

Initialiser

Definition at line 36 of file StageModelExecutor.h.

do_boxdecode

bool simaai::neat::graph::nodes::StageModelExecutorOptions::do_boxdecode = false

Run the box-decode post stage.

Definition at line 35 of file StageModelExecutor.h.

35 bool do_boxdecode = false;

do_mla

bool simaai::neat::graph::nodes::StageModelExecutorOptions::do_mla = true

Run the MLA inference stage.

Definition at line 34 of file StageModelExecutor.h.

34 bool do_mla = true;

do_preproc

bool simaai::neat::graph::nodes::StageModelExecutorOptions::do_preproc = true

Run the preprocess stage.

Definition at line 33 of file StageModelExecutor.h.

33 bool do_preproc = true;

model

std::shared_ptr<const simaai::neat::Model> simaai::neat::graph::nodes::StageModelExecutorOptions::model

Model to run inference against.

Definition at line 32 of file StageModelExecutor.h.

32 std::shared_ptr<const simaai::neat::Model> model;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.