Home
last modified time | relevance | path

Searched refs:TestOperandType (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DElementwise.cpp82 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM);
174 TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16);
178 TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16);
191 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM,
192 TestOperandType::TENSOR_INT32);
195 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM,
196 TestOperandType::TENSOR_INT32);
199 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM,
200 TestOperandType::TENSOR_INT32);
203 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM,
[all …]
H A DBroadcast.cpp129 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM);
131 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM,
134 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM,
156 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
157 TestOperandType::TENSOR_QUANT8_ASYMM, TestOperandType::TENSOR_BOOL8);
159 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
162 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
165 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
168 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
171 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
[all …]
H A DReshape.cpp324 case TestOperandType::TENSOR_FLOAT32: in __anon751d8dcf0202()
328 case TestOperandType::TENSOR_FLOAT16: in __anon751d8dcf0202()
356 DEFINE_PAD_SIGNATURE(V1_1, TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_QUANT8_ASYMM);
371 DEFINE_PAD_V2_SIGNATURE(V1_2, TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_QUANT8_ASYMM,
547 DEFINE_EXPAND_DIMS_SIGNATURE(V1_2, TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16,
548 TestOperandType::TENSOR_INT32, TestOperandType::TENSOR_QUANT8_ASYMM);
574 DEFINE_TILE_SIGNATURE(V1_2, TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16,
575 TestOperandType::TENSOR_INT32, TestOperandType::TENSOR_QUANT8_ASYMM);
586 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16, in DEFINE_OPERATION_SIGNATURE()
600 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16, in DEFINE_OPERATION_SIGNATURE()
[all …]
H A DReduce.cpp41 if (op->inputs[2]->dataType == TestOperandType::BOOL) { in reduceOpConstructor()
74 DEFINE_MEAN_SIGNATURE(V1_1, TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_QUANT8_ASYMM);
75 DEFINE_MEAN_SIGNATURE(V1_2, TestOperandType::TENSOR_FLOAT16);
92 TestOperandType::TENSOR_FLOAT16);
94 TestOperandType::TENSOR_FLOAT16);
96 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM);
98 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_QUANT8_ASYMM);
126 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
127 TestOperandType::TENSOR_QUANT8_ASYMM);
129 TestOperandType::TENSOR_FLOAT16, TestOperandType::TENSOR_INT32,
[all …]
H A DConvolutions.cpp169 DEFINE_CONV_2D_SIGNATURE(V1_0, TestOperandType::TENSOR_FLOAT32,
170 TestOperandType::TENSOR_QUANT8_ASYMM);
171 DEFINE_CONV_2D_SIGNATURE(V1_2, TestOperandType::TENSOR_FLOAT16,
172 TestOperandType::TENSOR_QUANT8_ASYMM);
414 DEFINE_DEPTHWISE_CONV_2D_SIGNATURE(V1_0, TestOperandType::TENSOR_FLOAT32,
415 TestOperandType::TENSOR_QUANT8_ASYMM);
516 V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
666 DEFINE_GROUPED_CONV_2D_SIGNATURE(V1_2, TestOperandType::TENSOR_FLOAT32,
667 TestOperandType::TENSOR_QUANT8_ASYMM,
668 TestOperandType::TENSOR_FLOAT16);
[all …]
H A DPoolings.cpp141 TestOperandType::TENSOR_QUANT8_ASYMM);
142 DEFINE_POOLING_SIGNATURE(L2_POOL_2D, V1_0, TestOperandType::TENSOR_FLOAT32);
143 DEFINE_POOLING_SIGNATURE(MAX_POOL_2D, V1_0, TestOperandType::TENSOR_FLOAT32,
144 TestOperandType::TENSOR_QUANT8_ASYMM);
147 DEFINE_POOLING_SIGNATURE(L2_POOL_2D, V1_2, TestOperandType::TENSOR_FLOAT16);
148 DEFINE_POOLING_SIGNATURE(MAX_POOL_2D, V1_2, TestOperandType::TENSOR_FLOAT16);
192 TestOperandType::TENSOR_FLOAT16,
193 TestOperandType::TENSOR_QUANT8_ASYMM);
195 TestOperandType::TENSOR_FLOAT16);
197 TestOperandType::TENSOR_FLOAT16,
[all …]
H A DNormalization.cpp33 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, in DEFINE_OPERATION_SIGNATURE()
43 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, in DEFINE_OPERATION_SIGNATURE()
53 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT16}, in DEFINE_OPERATION_SIGNATURE()
62 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, in DEFINE_OPERATION_SIGNATURE()
68 PARAMETER_NONE(TestOperandType::INT32)}, in DEFINE_OPERATION_SIGNATURE()
87 PARAMETER_NONE(TestOperandType::INT32)}, in DEFINE_OPERATION_SIGNATURE()
132 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16, in DEFINE_OPERATION_SIGNATURE()
217 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16}, in DEFINE_OPERATION_SIGNATURE()
234 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16}, in DEFINE_OPERATION_SIGNATURE()
250 .supportedDataTypes = {TestOperandType::TENSOR_FLOAT32, TestOperandType::TENSOR_FLOAT16}, in DEFINE_OPERATION_SIGNATURE()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Dlayer_norm_lstm.example.cpp224 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm()
234 .type = TestOperandType::FLOAT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm()
244 .type = TestOperandType::FLOAT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm()
561 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
691 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
721 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
751 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
781 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
811 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
841 .type = TestOperandType::INT32, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
[all …]
H A Dunidirectional_sequence_lstm_layer_norm_cifg_peephole.example.cpp224 .type = TestOperandType::INT32, in get_test_model()
254 .type = TestOperandType::BOOL, in get_test_model()
541 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
571 .type = TestOperandType::BOOL, in get_test_model_all_inputs_as_internal()
651 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
681 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
711 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
741 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
771 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
801 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
[all …]
H A Dbidirectional_sequence_lstm_cifg_peephole.example.cpp504 .type = TestOperandType::INT32, in get_test_model_blackbox()
534 .type = TestOperandType::BOOL, in get_test_model_blackbox()
544 .type = TestOperandType::BOOL, in get_test_model_blackbox()
1161 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1191 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1201 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1331 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1361 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1391 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1421 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
[all …]
H A Dbidirectional_sequence_rnn.example.cpp144 .type = TestOperandType::INT32, in get_test_model_blackbox()
154 .type = TestOperandType::BOOL, in get_test_model_blackbox()
164 .type = TestOperandType::BOOL, in get_test_model_blackbox()
341 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
351 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
361 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
411 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
854 .type = TestOperandType::BOOL, in get_test_model_blackbox_relaxed()
864 .type = TestOperandType::BOOL, in get_test_model_blackbox_relaxed()
1051 .type = TestOperandType::BOOL, in get_test_model_blackbox_relaxed_all_inputs_as_internal()
[all …]
H A Dgrouped_conv2d.example.cpp54 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
64 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
74 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
84 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
94 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
104 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
114 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
124 .type = TestOperandType::INT32, in get_test_model_nhwc_none()
134 .type = TestOperandType::BOOL, in get_test_model_nhwc_none()
211 .type = TestOperandType::INT32, in get_test_model_nhwc_none_all_inputs_as_internal()
[all …]
H A Dbidirectional_sequence_lstm_norm_fw_output.example.cpp504 .type = TestOperandType::INT32, in get_test_model_blackbox()
534 .type = TestOperandType::BOOL, in get_test_model_blackbox()
544 .type = TestOperandType::BOOL, in get_test_model_blackbox()
1161 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1191 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1201 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1331 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1361 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1391 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1421 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
[all …]
H A Ddepthwise_conv2d_invalid_filter_dims.example.cpp54 .type = TestOperandType::INT32, in get_test_model_nhwc()
64 .type = TestOperandType::INT32, in get_test_model_nhwc()
74 .type = TestOperandType::INT32, in get_test_model_nhwc()
84 .type = TestOperandType::INT32, in get_test_model_nhwc()
94 .type = TestOperandType::INT32, in get_test_model_nhwc()
104 .type = TestOperandType::INT32, in get_test_model_nhwc()
114 .type = TestOperandType::INT32, in get_test_model_nhwc()
124 .type = TestOperandType::INT32, in get_test_model_nhwc()
134 .type = TestOperandType::BOOL, in get_test_model_nhwc()
211 .type = TestOperandType::INT32, in get_test_model_nhwc_all_inputs_as_internal()
[all …]
H A Dbidirectional_sequence_lstm.example.cpp504 .type = TestOperandType::INT32, in get_test_model_blackbox()
534 .type = TestOperandType::BOOL, in get_test_model_blackbox()
544 .type = TestOperandType::BOOL, in get_test_model_blackbox()
1161 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1191 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1201 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1331 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1361 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1391 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1421 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
H A Dbidirectional_sequence_lstm.example.cpp504 .type = TestOperandType::INT32, in get_test_model_parallel_linking()
534 .type = TestOperandType::BOOL, in get_test_model_parallel_linking()
544 .type = TestOperandType::BOOL, in get_test_model_parallel_linking()
1161 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
1191 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_all_inputs_as_internal()
1201 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_all_inputs_as_internal()
1331 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
1361 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
1391 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
2868 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_2()
[all …]
H A Dbidirectional_sequence_lstm_state_output.example.cpp504 .type = TestOperandType::INT32, in get_test_model_blackbox()
534 .type = TestOperandType::BOOL, in get_test_model_blackbox()
544 .type = TestOperandType::BOOL, in get_test_model_blackbox()
1201 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1231 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1241 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
1411 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1441 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1471 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
1501 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
[all …]
H A Dbidirectional_sequence_rnn_1_3.example.cpp144 .type = TestOperandType::INT32, in get_test_model_parallel_linking()
154 .type = TestOperandType::BOOL, in get_test_model_parallel_linking()
164 .type = TestOperandType::BOOL, in get_test_model_parallel_linking()
341 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
351 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_all_inputs_as_internal()
361 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_all_inputs_as_internal()
411 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
441 .type = TestOperandType::INT32, in get_test_model_parallel_linking_all_inputs_as_internal()
888 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_relaxed()
898 .type = TestOperandType::BOOL, in get_test_model_parallel_linking_relaxed()
[all …]
H A Dwhile_fib.example.cpp24 .type = TestOperandType::SUBGRAPH, in get_test_model_n_1_unused_output()
34 .type = TestOperandType::SUBGRAPH, in get_test_model_n_1_unused_output()
214 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output()
244 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output()
473 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output_all_tensors_as_inputs()
503 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output_all_tensors_as_inputs()
632 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output_all_tensors_as_inputs_all_inputs_as_internal()
766 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output_all_tensors_as_inputs_all_inputs_as_internal()
796 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output_all_tensors_as_inputs_all_inputs_as_internal()
915 .type = TestOperandType::INT32, in get_test_model_n_1_unused_output_all_outputs_as_internal()
[all …]
H A Dwhile_sum_of_powers_quant8.example.cpp24 .type = TestOperandType::SUBGRAPH, in get_test_model_n_0()
34 .type = TestOperandType::SUBGRAPH, in get_test_model_n_0()
234 .type = TestOperandType::INT32, in get_test_model_n_0()
304 .type = TestOperandType::INT32, in get_test_model_n_0()
314 .type = TestOperandType::INT32, in get_test_model_n_0()
464 .type = TestOperandType::INT32, in get_test_model_n_0()
484 .type = TestOperandType::INT32, in get_test_model_n_0()
613 .type = TestOperandType::INT32, in get_test_model_n_0_all_inputs_as_internal()
767 .type = TestOperandType::INT32, in get_test_model_n_0_all_inputs_as_internal()
837 .type = TestOperandType::INT32, in get_test_model_n_0_all_inputs_as_internal()
[all …]
H A Dwhile_sum_of_powers_quant8_signed.example.cpp24 .type = TestOperandType::SUBGRAPH, in get_test_model_n_0()
34 .type = TestOperandType::SUBGRAPH, in get_test_model_n_0()
234 .type = TestOperandType::INT32, in get_test_model_n_0()
304 .type = TestOperandType::INT32, in get_test_model_n_0()
314 .type = TestOperandType::INT32, in get_test_model_n_0()
464 .type = TestOperandType::INT32, in get_test_model_n_0()
484 .type = TestOperandType::INT32, in get_test_model_n_0()
613 .type = TestOperandType::INT32, in get_test_model_n_0_all_inputs_as_internal()
767 .type = TestOperandType::INT32, in get_test_model_n_0_all_inputs_as_internal()
837 .type = TestOperandType::INT32, in get_test_model_n_0_all_inputs_as_internal()
[all …]
H A Dunidirectional_sequence_lstm_layer_norm_cifg_peephole_state_output.example.cpp224 .type = TestOperandType::INT32, in get_test_model()
234 .type = TestOperandType::FLOAT32, in get_test_model()
254 .type = TestOperandType::BOOL, in get_test_model()
561 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
591 .type = TestOperandType::BOOL, in get_test_model_all_inputs_as_internal()
691 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
721 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
751 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
781 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
811 .type = TestOperandType::INT32, in get_test_model_all_inputs_as_internal()
[all …]
H A Dbidirectional_sequence_rnn_state_output.example.cpp144 .type = TestOperandType::INT32, in get_test_model_blackbox()
154 .type = TestOperandType::BOOL, in get_test_model_blackbox()
164 .type = TestOperandType::BOOL, in get_test_model_blackbox()
361 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
371 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
381 .type = TestOperandType::BOOL, in get_test_model_blackbox_all_inputs_as_internal()
451 .type = TestOperandType::INT32, in get_test_model_blackbox_all_inputs_as_internal()
894 .type = TestOperandType::BOOL, in get_test_model_blackbox_relaxed()
904 .type = TestOperandType::BOOL, in get_test_model_blackbox_relaxed()
1111 .type = TestOperandType::BOOL, in get_test_model_blackbox_relaxed_all_inputs_as_internal()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
H A Dmobilenet_224_gender_basic_fixed.example.cpp54 .type = TestOperandType::INT32, in get_test_model()
64 .type = TestOperandType::INT32, in get_test_model()
74 .type = TestOperandType::INT32, in get_test_model()
84 .type = TestOperandType::INT32, in get_test_model()
124 .type = TestOperandType::INT32, in get_test_model()
134 .type = TestOperandType::INT32, in get_test_model()
144 .type = TestOperandType::INT32, in get_test_model()
154 .type = TestOperandType::INT32, in get_test_model()
164 .type = TestOperandType::INT32, in get_test_model()
204 .type = TestOperandType::INT32, in get_test_model()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
H A Dmobilenet_224_gender_basic_fixed_relaxed.example.cpp54 .type = TestOperandType::INT32, in get_test_model()
64 .type = TestOperandType::INT32, in get_test_model()
74 .type = TestOperandType::INT32, in get_test_model()
84 .type = TestOperandType::INT32, in get_test_model()
124 .type = TestOperandType::INT32, in get_test_model()
134 .type = TestOperandType::INT32, in get_test_model()
144 .type = TestOperandType::INT32, in get_test_model()
154 .type = TestOperandType::INT32, in get_test_model()
164 .type = TestOperandType::INT32, in get_test_model()
204 .type = TestOperandType::INT32, in get_test_model()
[all …]

12345678910>>...26