StageModelExecutorOptions Struct
Declaration
struct simaai::neat::graph::nodes::StageModelExecutorOptions { ... }
Included Headers
#include <StageModelExecutor.h>
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 |
Definition at line 23 of file StageModelExecutor.h.
Public Member Attributes
box_opt
|
Definition at line 28 of file StageModelExecutor.h.
do_boxdecode
|
Definition at line 27 of file StageModelExecutor.h.
27 bool do_boxdecode = false;
do_mla
|
Definition at line 26 of file StageModelExecutor.h.
do_preproc
|
Definition at line 25 of file StageModelExecutor.h.
25 bool do_preproc = true;
model
|
Definition at line 24 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.1.