TessOptions Struct
Construction options for a Tess Node. More...
Declaration
Included Headers
Public Constructors Index
| TessOptions ()=default | |
|
Default-construct with framework-default values; tune fields after construction. More... | |
| TessOptions (const simaai::neat::Model &model) | |
|
Initialize options from a loaded Model (pulls tile geometry, tensor shape, etc.). More... | |
Public Member Attributes Index
| std::string | config_path |
|
Path to the kernel config JSON, if loaded from disk. More... | |
| std::optional< nlohmann::json > | config_json |
|
Inline kernel config; takes precedence over config_path. More... | |
| std::string | element_name |
|
Optional GStreamer element name (default: auto-generated). More... | |
| std::shared_ptr< const CompiledProcessCvuContract > | compiled_contract |
|
Pre-compiled CVU contract; bypasses re-compilation. More... | |
| int | num_buffers = 0 |
|
Override for the element's buffer pool size; 0 = use default/model. More... | |
| int | num_buffers_model = 0 |
|
Buffer count derived from the bound model. More... | |
| bool | num_buffers_locked = false |
|
If true, planner won't override num_buffers. More... | |
Description
Construction options for a Tess Node.
Definition at line 38 of file Tess.h.
Public Constructors
TessOptions()
| default |
TessOptions()
| explicit |
Public Member Attributes
compiled_contract
|
Pre-compiled CVU contract; bypasses re-compilation.
config_json
|
Inline kernel config; takes precedence over config_path.
config_path
|
Path to the kernel config JSON, if loaded from disk.
Definition at line 44 of file Tess.h.
element_name
|
Optional GStreamer element name (default: auto-generated).
Definition at line 47 of file Tess.h.
num_buffers
|
Override for the element's buffer pool size; 0 = use default/model.
Definition at line 50 of file Tess.h.
num_buffers_locked
|
If true, planner won't override num_buffers.
Definition at line 52 of file Tess.h.
num_buffers_model
|
Buffer count derived from the bound model.
Definition at line 51 of file Tess.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.