Skip to main content

StageModelExecutorOptions Struct

Declaration

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

Included Headers

Public Member Attributes Index

std::shared_ptr< const simaai::neat::Model >model
booldo_preproc = true
booldo_mla = true
booldo_boxdecode = false
simaai::neat::stages::BoxDecodeOptionsbox_opt

Definition at line 23 of file StageModelExecutor.h.

Public Member Attributes

box_opt

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

do_boxdecode

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

Definition at line 27 of file StageModelExecutor.h.

27 bool do_boxdecode = false;

do_mla

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

Definition at line 26 of file StageModelExecutor.h.

26 bool do_mla = true;

do_preproc

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

Definition at line 25 of file StageModelExecutor.h.

25 bool do_preproc = true;

model

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

Definition at line 24 of file StageModelExecutor.h.

24 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.1.