QuantTessOptions Struct
Declaration
struct simaai::neat::QuantTessOptions { ... }
Included Headers
#include <QuantTess.h>
Public Constructors Index
| QuantTessOptions ()=default | |
| QuantTessOptions (const simaai::neat::Model &model) | |
Public Member Attributes Index
| std::string | config_path |
| std::string | config_dir |
| bool | keep_config = false |
| std::optional< nlohmann::json > | config_json |
| std::string | element_name |
| int | num_buffers = 0 |
| int | num_buffers_model = 0 |
| bool | num_buffers_locked = false |
Definition at line 22 of file QuantTess.h.
Public Constructors
QuantTessOptions()
| default |
Definition at line 23 of file QuantTess.h.
QuantTessOptions()
| explicit |
Definition at line 24 of file QuantTess.h.
Public Member Attributes
config_dir
|
Definition at line 27 of file QuantTess.h.
27 std::string config_dir;
config_json
|
Definition at line 29 of file QuantTess.h.
29 std::optional<nlohmann::json> config_json;
config_path
|
Definition at line 26 of file QuantTess.h.
26 std::string config_path;
element_name
|
Definition at line 30 of file QuantTess.h.
30 std::string element_name;
keep_config
|
Definition at line 28 of file QuantTess.h.
28 bool keep_config = false;
num_buffers
|
Definition at line 31 of file QuantTess.h.
31 int num_buffers = 0;
num_buffers_locked
|
Definition at line 33 of file QuantTess.h.
33 bool num_buffers_locked = false;
num_buffers_model
|
Definition at line 32 of file QuantTess.h.
32 int num_buffers_model = 0;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.