StageModelExecutorOptions Struct
Configuration for a StageModelExecutor stage. More...
Declaration
Included Headers
Public Member Attributes Index
| std::shared_ptr< const simaai::neat::Model > | model |
| bool | do_preproc = true |
| bool | do_mla = true |
| bool | do_boxdecode = false |
| simaai::neat::stages::BoxDecodeOptions | box_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
|
Box-decode options when do_boxdecode is true.
- Initialiser
Definition at line 36 of file StageModelExecutor.h.
do_boxdecode
|
Run the box-decode post stage.
Definition at line 35 of file StageModelExecutor.h.
do_mla
|
Run the MLA inference stage.
Definition at line 34 of file StageModelExecutor.h.
do_preproc
|
Run the preprocess stage.
Definition at line 33 of file StageModelExecutor.h.
model
|
Model to run inference against.
Definition at line 32 of file StageModelExecutor.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.