CvuRoutingContract Struct
Declaration
struct simaai::gst::CvuRoutingContract { ... }
Included Headers
#include <SimaPreparedRuntimeAbi.h>
Public Member Attributes Index
| std::vector< CvuInputMemoryBinding > | input_bindings |
| std::vector< CvuOutputBinding > | runtime_output_bindings |
| std::vector< CvuOutputBinding > | exposed_output_bindings |
| std::optional< Dims > | global_input_dims |
| bool | is_preproc_graph = false |
| bool | preproc_single_output_handoff = false |
| bool | single_input_mode = false |
Definition at line 159 of file SimaPreparedRuntimeAbi.h.
Public Member Attributes
exposed_output_bindings
|
Definition at line 162 of file SimaPreparedRuntimeAbi.h.
162 std::vector<CvuOutputBinding> exposed_output_bindings;
global_input_dims
|
Definition at line 163 of file SimaPreparedRuntimeAbi.h.
163 std::optional<Dims> global_input_dims;
input_bindings
|
Definition at line 160 of file SimaPreparedRuntimeAbi.h.
160 std::vector<CvuInputMemoryBinding> input_bindings;
is_preproc_graph
|
Definition at line 164 of file SimaPreparedRuntimeAbi.h.
164 bool is_preproc_graph = false;
preproc_single_output_handoff
|
Definition at line 165 of file SimaPreparedRuntimeAbi.h.
165 bool preproc_single_output_handoff = false;
runtime_output_bindings
|
Definition at line 161 of file SimaPreparedRuntimeAbi.h.
161 std::vector<CvuOutputBinding> runtime_output_bindings;
single_input_mode
|
Definition at line 166 of file SimaPreparedRuntimeAbi.h.
166 bool single_input_mode = false;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.