Skip to main content

GraphProcessCvuStageRequest Struct

Declaration

struct simaai::neat::GraphProcessCvuStageRequest { ... }

Included Headers

Public Member Attributes Index

std::stringstage_key
std::stringgraph_name
std::stringrequested_run_target = "AUTO"
std::stringrun_target = "AUTO"
std::stringresolved_exec_backend = "EVXX"
std::stringrun_target_resolution_reason
intgraph_id = 0
intbatch_size = 0
intround_off = 0
intbyte_align = 0
intaspect_ratio = -1
intnormalize = -1
inttessellate = -1
intscaled_width = 0
intscaled_height = 0
intinput_stride = 0
intoutput_stride = 0
intinput_offset = 0
std::stringinput_img_type
std::stringoutput_img_type
std::stringscaling_type
std::stringpadding_type
std::stringinput_dtype
std::stringoutput_dtype
std::vector< GraphTensorContract >input_tensors
std::vector< GraphTensorContract >output_tensors
std::vector< std::vector< int > >slice_shapes
std::stringcanonical_input_dtype
std::stringcanonical_output_dtype
std::stringinput_slot_name
std::vector< std::string >runtime_output_slot_names
std::vector< std::string >runtime_output_logical_layout_list
std::vector< float >dq_scale_array
std::vector< int32_t >dq_zp_array
boolc16_packed_io = false

Definition at line 60 of file PreparedRuntimeBridge.h.

Public Member Attributes

aspect_ratio

int simaai::neat::GraphProcessCvuStageRequest::aspect_ratio = -1

Definition at line 71 of file PreparedRuntimeBridge.h.

71 int aspect_ratio = -1;

batch_size

int simaai::neat::GraphProcessCvuStageRequest::batch_size = 0

Definition at line 68 of file PreparedRuntimeBridge.h.

68 int batch_size = 0;

byte_align

int simaai::neat::GraphProcessCvuStageRequest::byte_align = 0

Definition at line 70 of file PreparedRuntimeBridge.h.

70 int byte_align = 0;

c16_packed_io

bool simaai::neat::GraphProcessCvuStageRequest::c16_packed_io = false

Definition at line 100 of file PreparedRuntimeBridge.h.

100 bool c16_packed_io = false;

canonical_input_dtype

std::string simaai::neat::GraphProcessCvuStageRequest::canonical_input_dtype

Definition at line 88 of file PreparedRuntimeBridge.h.

canonical_output_dtype

std::string simaai::neat::GraphProcessCvuStageRequest::canonical_output_dtype

Definition at line 89 of file PreparedRuntimeBridge.h.

dq_scale_array

std::vector<float> simaai::neat::GraphProcessCvuStageRequest::dq_scale_array

Definition at line 93 of file PreparedRuntimeBridge.h.

93 std::vector<float> dq_scale_array;

dq_zp_array

std::vector<int32_t> simaai::neat::GraphProcessCvuStageRequest::dq_zp_array

Definition at line 94 of file PreparedRuntimeBridge.h.

94 std::vector<int32_t> dq_zp_array;

graph_id

int simaai::neat::GraphProcessCvuStageRequest::graph_id = 0

Definition at line 67 of file PreparedRuntimeBridge.h.

67 int graph_id = 0;

graph_name

std::string simaai::neat::GraphProcessCvuStageRequest::graph_name

Definition at line 62 of file PreparedRuntimeBridge.h.

62 std::string graph_name;

input_dtype

std::string simaai::neat::GraphProcessCvuStageRequest::input_dtype

Definition at line 83 of file PreparedRuntimeBridge.h.

83 std::string input_dtype;

input_img_type

std::string simaai::neat::GraphProcessCvuStageRequest::input_img_type

Definition at line 79 of file PreparedRuntimeBridge.h.

79 std::string input_img_type;

input_offset

int simaai::neat::GraphProcessCvuStageRequest::input_offset = 0

Definition at line 78 of file PreparedRuntimeBridge.h.

78 int input_offset = 0;

input_slot_name

std::string simaai::neat::GraphProcessCvuStageRequest::input_slot_name

Definition at line 90 of file PreparedRuntimeBridge.h.

90 std::string input_slot_name;

input_stride

int simaai::neat::GraphProcessCvuStageRequest::input_stride = 0

Definition at line 76 of file PreparedRuntimeBridge.h.

76 int input_stride = 0;

input_tensors

std::vector<GraphTensorContract> simaai::neat::GraphProcessCvuStageRequest::input_tensors

Definition at line 85 of file PreparedRuntimeBridge.h.

85 std::vector<GraphTensorContract> input_tensors;

normalize

int simaai::neat::GraphProcessCvuStageRequest::normalize = -1

Definition at line 72 of file PreparedRuntimeBridge.h.

72 int normalize = -1;

output_dtype

std::string simaai::neat::GraphProcessCvuStageRequest::output_dtype

Definition at line 84 of file PreparedRuntimeBridge.h.

84 std::string output_dtype;

output_img_type

std::string simaai::neat::GraphProcessCvuStageRequest::output_img_type

Definition at line 80 of file PreparedRuntimeBridge.h.

80 std::string output_img_type;

output_stride

int simaai::neat::GraphProcessCvuStageRequest::output_stride = 0

Definition at line 77 of file PreparedRuntimeBridge.h.

77 int output_stride = 0;

output_tensors

std::vector<GraphTensorContract> simaai::neat::GraphProcessCvuStageRequest::output_tensors

Definition at line 86 of file PreparedRuntimeBridge.h.

86 std::vector<GraphTensorContract> output_tensors;

padding_type

std::string simaai::neat::GraphProcessCvuStageRequest::padding_type

Definition at line 82 of file PreparedRuntimeBridge.h.

82 std::string padding_type;

requested_run_target

std::string simaai::neat::GraphProcessCvuStageRequest::requested_run_target = "AUTO"

Definition at line 63 of file PreparedRuntimeBridge.h.

63 std::string requested_run_target = "AUTO";

resolved_exec_backend

std::string simaai::neat::GraphProcessCvuStageRequest::resolved_exec_backend = "EVXX"

Definition at line 65 of file PreparedRuntimeBridge.h.

65 std::string resolved_exec_backend = "EVXX";

round_off

int simaai::neat::GraphProcessCvuStageRequest::round_off = 0

Definition at line 69 of file PreparedRuntimeBridge.h.

69 int round_off = 0;

run_target

std::string simaai::neat::GraphProcessCvuStageRequest::run_target = "AUTO"

Definition at line 64 of file PreparedRuntimeBridge.h.

64 std::string run_target = "AUTO";

run_target_resolution_reason

std::string simaai::neat::GraphProcessCvuStageRequest::run_target_resolution_reason

Definition at line 66 of file PreparedRuntimeBridge.h.

runtime_output_logical_layout_list

std::vector<std::string> simaai::neat::GraphProcessCvuStageRequest::runtime_output_logical_layout_list

Definition at line 92 of file PreparedRuntimeBridge.h.

92 std::vector<std::string> runtime_output_logical_layout_list;

runtime_output_slot_names

std::vector<std::string> simaai::neat::GraphProcessCvuStageRequest::runtime_output_slot_names

Definition at line 91 of file PreparedRuntimeBridge.h.

91 std::vector<std::string> runtime_output_slot_names;

scaled_height

int simaai::neat::GraphProcessCvuStageRequest::scaled_height = 0

Definition at line 75 of file PreparedRuntimeBridge.h.

75 int scaled_height = 0;

scaled_width

int simaai::neat::GraphProcessCvuStageRequest::scaled_width = 0

Definition at line 74 of file PreparedRuntimeBridge.h.

74 int scaled_width = 0;

scaling_type

std::string simaai::neat::GraphProcessCvuStageRequest::scaling_type

Definition at line 81 of file PreparedRuntimeBridge.h.

81 std::string scaling_type;

slice_shapes

std::vector<std::vector<int> > simaai::neat::GraphProcessCvuStageRequest::slice_shapes

Definition at line 87 of file PreparedRuntimeBridge.h.

87 std::vector<std::vector<int>> slice_shapes;

stage_key

std::string simaai::neat::GraphProcessCvuStageRequest::stage_key

Definition at line 61 of file PreparedRuntimeBridge.h.

61 std::string stage_key;

tessellate

int simaai::neat::GraphProcessCvuStageRequest::tessellate = -1

Definition at line 73 of file PreparedRuntimeBridge.h.

73 int tessellate = -1;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.