PreparedProcessCvuTypedConfig Struct
Declaration
struct simaai::gst::PreparedProcessCvuTypedConfig { ... }
Included Headers
#include <SimaPreparedRuntimeAbi.h>
Public Member Attributes Index
| std::string | graph_name |
| std::string | cpu |
| std::string | requested_run_target = "AUTO" |
| std::string | run_target = "AUTO" |
| std::string | resolved_exec_backend = "EVXX" |
| std::string | run_target_resolution_reason |
| int32_t | graph_id = -1 |
| std::string | default_input_name |
| int32_t | width = -1 |
| int32_t | height = -1 |
| int32_t | threshold = -1 |
| int32_t | max_features = -1 |
| int32_t | grid_x = -1 |
| int32_t | grid_y = -1 |
| int32_t | min_px_dist = -1 |
| int32_t | descriptor_words = -1 |
| int32_t | num_points = -1 |
| int32_t | win_half = -1 |
| int32_t | max_iters = -1 |
| int32_t | max_level = -1 |
| int32_t | detect_new_features = -1 |
| int32_t | fast_threshold = -1 |
| int32_t | debug = 0 |
| int32_t | scaled_width = -1 |
| int32_t | scaled_height = -1 |
| int32_t | input_stride = -1 |
| int32_t | output_stride = -1 |
| int32_t | input_offset = -1 |
| int32_t | batch_size = -1 |
| int32_t | round_off = -1 |
| int32_t | byte_align = -1 |
| std::uint32_t | opt_flags = 0U |
| int32_t | pad_value = 0 |
| int32_t | aspect_ratio = -1 |
| int32_t | normalize = -1 |
| int32_t | tessellate = -1 |
| bool | has_q_scale = false |
| float | q_scale = 1.0f |
| bool | has_q_zp = false |
| int32_t | q_zp = 0 |
| int32_t | num_in_tensor = -1 |
| std::vector< sima_ev_tensor_desc > | input_tensors |
| std::vector< sima_ev_tensor_desc > | output_tensors |
| std::vector< int32_t > | input_materialization_kind_array |
| std::vector< float > | q_scale_array |
| std::vector< int32_t > | q_zp_array |
| std::vector< float > | dq_scale_array |
| std::vector< int32_t > | dq_zp_array |
| std::vector< int32_t > | round_off_array |
| std::vector< int32_t > | byte_align_array |
| std::vector< std::string > | input_dtype_array |
| std::vector< std::string > | output_dtype_array |
| std::vector< std::string > | out_dtype_array |
| std::vector< std::string > | runtime_output_names |
| std::vector< std::string > | published_output_names |
| std::string | primary_output_name |
| bool | single_output_handoff = false |
| bool | has_channel_mean = false |
| std::array< float, 3 > | channel_mean = {0.0f, 0.0f, 0.0f} |
| bool | has_channel_stddev = false |
| std::array< float, 3 > | channel_stddev = {1.0f, 1.0f, 1.0f} |
| std::string | input_img_type |
| std::string | output_img_type |
| std::string | input_dtype |
| std::string | output_dtype |
| std::string | out_dtype |
| std::string | scaling_type |
| std::string | padding_type |
Definition at line 196 of file SimaPreparedRuntimeAbi.h.
Public Member Attributes
aspect_ratio
|
Definition at line 235 of file SimaPreparedRuntimeAbi.h.
batch_size
|
Definition at line 229 of file SimaPreparedRuntimeAbi.h.
byte_align
|
Definition at line 231 of file SimaPreparedRuntimeAbi.h.
byte_align_array
|
Definition at line 252 of file SimaPreparedRuntimeAbi.h.
channel_mean
|
Definition at line 262 of file SimaPreparedRuntimeAbi.h.