DetessDequantOptions Struct
Declaration
struct simaai::neat::DetessDequantOptions { ... }
Included Headers
#include <DetessDequant.h>
Public Constructors Index
| DetessDequantOptions ()=default | |
| DetessDequantOptions (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 | upstream_name |
| std::string | element_name |
| int | num_buffers = 0 |
| int | num_buffers_model = 0 |
| bool | num_buffers_locked = false |
Definition at line 26 of file DetessDequant.h.
Public Constructors
DetessDequantOptions()
| default |
Definition at line 27 of file DetessDequant.h.
DetessDequantOptions()
| explicit |
Definition at line 28 of file DetessDequant.h.
Public Member Attributes
config_dir
|
Definition at line 31 of file DetessDequant.h.
31 std::string config_dir;
config_json
|
Definition at line 33 of file DetessDequant.h.
33 std::optional<nlohmann::json> config_json;
config_path
|
Definition at line 30 of file DetessDequant.h.
30 std::string config_path;
element_name
|
Definition at line 35 of file DetessDequant.h.
35 std::string element_name;
keep_config
|
Definition at line 32 of file DetessDequant.h.
32 bool keep_config = false;
num_buffers
|
Definition at line 36 of file DetessDequant.h.
36 int num_buffers = 0;
num_buffers_locked
|
Definition at line 38 of file DetessDequant.h.
38 bool num_buffers_locked = false;
num_buffers_model
|
Definition at line 37 of file DetessDequant.h.
37 int num_buffers_model = 0;
upstream_name
|
Definition at line 34 of file DetessDequant.h.
34 std::string upstream_name;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.