Home
last modified time | relevance | path

Searched refs:TestOperationType (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DStaticAssert.cpp48 static_assert(static_cast<TestOperationType>(ADD) == TestOperationType::ADD);
71 static_assert(static_cast<TestOperationType>(LSTM) == TestOperationType::LSTM);
73 static_assert(static_cast<TestOperationType>(MUL) == TestOperationType::MUL);
74 static_assert(static_cast<TestOperationType>(RELU) == TestOperationType::RELU);
80 static_assert(static_cast<TestOperationType>(RNN) == TestOperationType::RNN);
87 static_assert(static_cast<TestOperationType>(DIV) == TestOperationType::DIV);
89 static_assert(static_cast<TestOperationType>(PAD) == TestOperationType::PAD);
94 static_assert(static_cast<TestOperationType>(SUB) == TestOperationType::SUB);
96 static_assert(static_cast<TestOperationType>(ABS) == TestOperationType::ABS);
113 static_assert(static_cast<TestOperationType>(EXP) == TestOperationType::EXP);
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestAssertions.cpp43 CHECK_TEST_ENUM(TestOperationType, ADD);
59 CHECK_TEST_ENUM(TestOperationType, LSTM);
61 CHECK_TEST_ENUM(TestOperationType, MUL);
62 CHECK_TEST_ENUM(TestOperationType, RELU);
67 CHECK_TEST_ENUM(TestOperationType, RNN);
73 CHECK_TEST_ENUM(TestOperationType, DIV);
75 CHECK_TEST_ENUM(TestOperationType, PAD);
79 CHECK_TEST_ENUM(TestOperationType, SUB);
81 CHECK_TEST_ENUM(TestOperationType, ABS);
92 CHECK_TEST_ENUM(TestOperationType, EXP);
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DNormalization.cpp32 .opType = TestOperationType::SOFTMAX, in DEFINE_OPERATION_SIGNATURE()
42 .opType = TestOperationType::SOFTMAX, in DEFINE_OPERATION_SIGNATURE()
52 .opType = TestOperationType::SOFTMAX, in DEFINE_OPERATION_SIGNATURE()
61 .opType = TestOperationType::SOFTMAX, in DEFINE_OPERATION_SIGNATURE()
73 .opType = TestOperationType::SOFTMAX, in DEFINE_OPERATION_SIGNATURE()
82 .opType = TestOperationType::SOFTMAX, in DEFINE_OPERATION_SIGNATURE()
103 .opType = TestOperationType::L2_NORMALIZATION, in DEFINE_OPERATION_SIGNATURE()
112 .opType = TestOperationType::L2_NORMALIZATION, in DEFINE_OPERATION_SIGNATURE()
121 .opType = TestOperationType::L2_NORMALIZATION, in DEFINE_OPERATION_SIGNATURE()
131 .opType = TestOperationType::L2_NORMALIZATION, in DEFINE_OPERATION_SIGNATURE()
[all …]
H A DElementwise.cpp27 case TestOperationType::RELU: in elementwiseOpConstructor()
28 case TestOperationType::RELU6: in elementwiseOpConstructor()
31 case TestOperationType::LOGISTIC: in elementwiseOpConstructor()
34 case TestOperationType::ABS: in elementwiseOpConstructor()
37 case TestOperationType::EXP: in elementwiseOpConstructor()
40 case TestOperationType::LOG: in elementwiseOpConstructor()
43 case TestOperationType::RSQRT: in elementwiseOpConstructor()
47 case TestOperationType::SQRT: in elementwiseOpConstructor()
149 .opType = TestOperationType::op, \
182 .opType = TestOperationType::CAST, \
[all …]
H A DBroadcast.cpp56 if (isQuantizedType(dataType) && op->opType == TestOperationType::MUL) { in broadcastOpConstructor()
63 if (op->opType == TestOperationType::DIV || op->opType == TestOperationType::POW) { in broadcastOpConstructor()
68 if ((op->opType == TestOperationType::ADD || op->opType == TestOperationType::MUL || in broadcastOpConstructor()
69 op->opType == TestOperationType::SUB || op->opType == TestOperationType::DIV) && in broadcastOpConstructor()
74 if (op->opType == TestOperationType::DIV) { in broadcastOpConstructor()
78 if (op->opType == TestOperationType::POW) { in broadcastOpConstructor()
86 .opType = TestOperationType::op, \
117 DEFINE_OPERATION_SIGNATURE(op##_##ver){.opType = TestOperationType::op, \
147 .opType = TestOperationType::op, \
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Dl2_normalization_v1_2.example.cpp117 .type = TestOperationType::ADD in get_test_model_dim4_axis3_all_inputs_as_internal()
245 .type = TestOperationType::ADD in get_test_model_dim4_axis3_relaxed_all_inputs_as_internal()
373 .type = TestOperationType::ADD in get_test_model_dim4_axis3_float16_all_inputs_as_internal()
501 .type = TestOperationType::ADD in get_test_model_dim4_axis3_quant8_all_inputs_as_internal()
629 .type = TestOperationType::ADD in get_test_model_dim3_axis2_all_inputs_as_internal()
757 .type = TestOperationType::ADD in get_test_model_dim3_axis2_relaxed_all_inputs_as_internal()
885 .type = TestOperationType::ADD in get_test_model_dim3_axis2_float16_all_inputs_as_internal()
1013 .type = TestOperationType::ADD in get_test_model_dim3_axis2_quant8_all_inputs_as_internal()
1141 .type = TestOperationType::ADD in get_test_model_dim2_axis1_all_inputs_as_internal()
1269 .type = TestOperationType::ADD in get_test_model_dim2_axis1_relaxed_all_inputs_as_internal()
[all …]
H A Dcast.example.cpp40 .type = TestOperationType::CAST in get_test_model_float16_to_float16()
117 .type = TestOperationType::ADD in get_test_model_float16_to_float16_all_inputs_as_internal()
121 .type = TestOperationType::CAST in get_test_model_float16_to_float16_all_inputs_as_internal()
168 .type = TestOperationType::CAST in get_test_model_float16_to_float32()
245 .type = TestOperationType::ADD in get_test_model_float16_to_float32_all_inputs_as_internal()
249 .type = TestOperationType::CAST in get_test_model_float16_to_float32_all_inputs_as_internal()
296 .type = TestOperationType::CAST in get_test_model_float16_to_float32_relaxed()
373 .type = TestOperationType::ADD in get_test_model_float16_to_float32_relaxed_all_inputs_as_internal()
377 .type = TestOperationType::CAST in get_test_model_float16_to_float32_relaxed_all_inputs_as_internal()
501 .type = TestOperationType::ADD in get_test_model_float16_to_int32_all_inputs_as_internal()
[all …]
H A Dl2_normalization_axis.example.cpp137 .type = TestOperationType::ADD in get_test_model_dim4_axis0_all_inputs_as_internal()
285 .type = TestOperationType::ADD in get_test_model_dim4_axis0_relaxed_all_inputs_as_internal()
433 .type = TestOperationType::ADD in get_test_model_dim4_axis0_float16_all_inputs_as_internal()
581 .type = TestOperationType::ADD in get_test_model_dim4_axis0_quant8_all_inputs_as_internal()
729 .type = TestOperationType::ADD in get_test_model_dim4_axis0_neg_all_inputs_as_internal()
877 .type = TestOperationType::ADD in get_test_model_dim4_axis0_neg_relaxed_all_inputs_as_internal()
1025 .type = TestOperationType::ADD in get_test_model_dim4_axis0_neg_float16_all_inputs_as_internal()
1173 .type = TestOperationType::ADD in get_test_model_dim4_axis0_neg_quant8_all_inputs_as_internal()
1321 .type = TestOperationType::ADD in get_test_model_dim4_axis1_all_inputs_as_internal()
1469 .type = TestOperationType::ADD in get_test_model_dim4_axis1_relaxed_all_inputs_as_internal()
[all …]
H A Dpow.example.cpp50 .type = TestOperationType::POW in get_test_model()
167 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal()
175 .type = TestOperationType::POW in get_test_model_all_inputs_as_internal()
232 .type = TestOperationType::POW in get_test_model_relaxed()
349 .type = TestOperationType::ADD in get_test_model_relaxed_all_inputs_as_internal()
353 .type = TestOperationType::ADD in get_test_model_relaxed_all_inputs_as_internal()
357 .type = TestOperationType::POW in get_test_model_relaxed_all_inputs_as_internal()
414 .type = TestOperationType::POW in get_test_model_float16()
531 .type = TestOperationType::ADD in get_test_model_float16_all_inputs_as_internal()
[all …]
H A Dnot_equal.example.cpp50 .type = TestOperationType::NOT_EQUAL in get_test_model_simple()
167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
406 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
410 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
588 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
592 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
774 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
1009 .type = TestOperationType::ADD in get_test_model_broadcast_float16_all_inputs_as_internal()
[all …]
H A Dequal.example.cpp50 .type = TestOperationType::EQUAL in get_test_model_simple()
167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
175 .type = TestOperationType::EQUAL in get_test_model_simple_all_inputs_as_internal()
232 .type = TestOperationType::EQUAL in get_test_model_simple_int32()
406 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
410 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
588 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
592 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
[all …]
H A Dgreater.example.cpp50 .type = TestOperationType::GREATER in get_test_model_simple()
167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
406 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
410 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
588 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
592 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
774 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
1009 .type = TestOperationType::ADD in get_test_model_broadcast_float16_all_inputs_as_internal()
[all …]
H A Dgreater_equal.example.cpp167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
406 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
410 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
588 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
592 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
774 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
1009 .type = TestOperationType::ADD in get_test_model_broadcast_float16_all_inputs_as_internal()
1013 .type = TestOperationType::ADD in get_test_model_broadcast_float16_all_inputs_as_internal()
[all …]
H A Dless.example.cpp50 .type = TestOperationType::LESS in get_test_model_simple()
167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
175 .type = TestOperationType::LESS in get_test_model_simple_all_inputs_as_internal()
232 .type = TestOperationType::LESS in get_test_model_simple_int32()
289 .type = TestOperationType::LESS in get_test_model_simple_float16()
406 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
410 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
414 .type = TestOperationType::LESS in get_test_model_simple_float16_all_inputs_as_internal()
588 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
[all …]
H A Dless_equal.example.cpp167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
406 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
410 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
588 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
592 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
774 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
1009 .type = TestOperationType::ADD in get_test_model_broadcast_float16_all_inputs_as_internal()
1013 .type = TestOperationType::ADD in get_test_model_broadcast_float16_all_inputs_as_internal()
[all …]
H A Dmaximum.example.cpp50 .type = TestOperationType::MAXIMUM in get_test_model_simple()
167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
349 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
353 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
531 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
535 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_simple_quant8_all_inputs_as_internal()
774 .type = TestOperationType::ADD in get_test_model_simple_quant8_all_inputs_as_internal()
952 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
[all …]
H A Dminimum.example.cpp50 .type = TestOperationType::MINIMUM in get_test_model_simple()
167 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
171 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
349 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
353 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
531 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
535 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
770 .type = TestOperationType::ADD in get_test_model_simple_quant8_all_inputs_as_internal()
774 .type = TestOperationType::ADD in get_test_model_simple_quant8_all_inputs_as_internal()
952 .type = TestOperationType::ADD in get_test_model_broadcast_all_inputs_as_internal()
[all …]
H A Dprelu.example.cpp50 .type = TestOperationType::PRELU in get_test_model()
137 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal()
141 .type = TestOperationType::PRELU in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::PRELU in get_test_model_all_tensors_as_inputs()
315 .type = TestOperationType::ADD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
319 .type = TestOperationType::ADD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
467 .type = TestOperationType::ADD in get_test_model_relaxed_all_inputs_as_internal()
645 .type = TestOperationType::ADD in get_test_model_relaxed_all_tensors_as_inputs_all_inputs_as_internal()
649 .type = TestOperationType::ADD in get_test_model_relaxed_all_tensors_as_inputs_all_inputs_as_internal()
797 .type = TestOperationType::ADD in get_test_model_quant8_all_inputs_as_internal()
[all …]
H A Dexpand_dims.example.cpp137 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal()
285 .type = TestOperationType::ADD in get_test_model_relaxed_all_inputs_as_internal()
433 .type = TestOperationType::ADD in get_test_model_quant8_all_inputs_as_internal()
638 .type = TestOperationType::ADD in get_test_model_float16_all_inputs_as_internal()
786 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal_2()
934 .type = TestOperationType::ADD in get_test_model_relaxed_all_inputs_as_internal_2()
1082 .type = TestOperationType::ADD in get_test_model_quant8_all_inputs_as_internal_2()
1287 .type = TestOperationType::ADD in get_test_model_float16_all_inputs_as_internal_2()
1435 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal_3()
1583 .type = TestOperationType::ADD in get_test_model_relaxed_all_inputs_as_internal_3()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
H A Dhard_swish.example.cpp40 .type = TestOperationType::HARD_SWISH in get_test_model_simple()
117 .type = TestOperationType::ADD in get_test_model_simple_all_inputs_as_internal()
121 .type = TestOperationType::HARD_SWISH in get_test_model_simple_all_inputs_as_internal()
168 .type = TestOperationType::HARD_SWISH in get_test_model_simple_float16()
245 .type = TestOperationType::ADD in get_test_model_simple_float16_all_inputs_as_internal()
249 .type = TestOperationType::HARD_SWISH in get_test_model_simple_float16_all_inputs_as_internal()
373 .type = TestOperationType::ADD in get_test_model_simple_relaxed_all_inputs_as_internal()
501 .type = TestOperationType::ADD in get_test_model_simple_quant8_all_inputs_as_internal()
629 .type = TestOperationType::ADD in get_test_model_simple_quant8_signed_all_inputs_as_internal()
757 .type = TestOperationType::ADD in get_test_model_simple_quant8_all_inputs_as_internal_2()
[all …]
H A Drank.example.cpp40 .type = TestOperationType::RANK in get_test_model_1d()
117 .type = TestOperationType::ADD in get_test_model_1d_all_inputs_as_internal()
121 .type = TestOperationType::RANK in get_test_model_1d_all_inputs_as_internal()
168 .type = TestOperationType::RANK in get_test_model_1d_int32()
215 .type = TestOperationType::RANK in get_test_model_1d_float16()
292 .type = TestOperationType::ADD in get_test_model_1d_float16_all_inputs_as_internal()
296 .type = TestOperationType::RANK in get_test_model_1d_float16_all_inputs_as_internal()
343 .type = TestOperationType::RANK in get_test_model_1d_quant8()
420 .type = TestOperationType::ADD in get_test_model_1d_quant8_all_inputs_as_internal()
548 .type = TestOperationType::ADD in get_test_model_1d_quant8_signed_all_inputs_as_internal()
[all …]
H A Dl2_normalization_quant8_signed.example.cpp137 .type = TestOperationType::ADD in get_test_model_dim4_axis0_quant8_signed_all_inputs_as_internal()
285 .type = TestOperationType::ADD in get_test_model_dim4_axis0_neg_quant8_signed_all_inputs_as_internal()
433 .type = TestOperationType::ADD in get_test_model_dim4_axis1_quant8_signed_all_inputs_as_internal()
581 .type = TestOperationType::ADD in get_test_model_dim4_axis1_neg_quant8_signed_all_inputs_as_internal()
729 .type = TestOperationType::ADD in get_test_model_dim4_axis2_quant8_signed_all_inputs_as_internal()
877 .type = TestOperationType::ADD in get_test_model_dim4_axis2_neg_quant8_signed_all_inputs_as_internal()
1025 .type = TestOperationType::ADD in get_test_model_dim4_axis3_quant8_signed_all_inputs_as_internal()
1173 .type = TestOperationType::ADD in get_test_model_dim4_axis3_neg_quant8_signed_all_inputs_as_internal()
1321 .type = TestOperationType::ADD in get_test_model_dim3_axis0_quant8_signed_all_inputs_as_internal()
1469 .type = TestOperationType::ADD in get_test_model_dim3_axis0_neg_quant8_signed_all_inputs_as_internal()
[all …]
H A Dsub_quant8_signed.example.cpp60 .type = TestOperationType::SUB in get_test_model()
187 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal()
191 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal()
195 .type = TestOperationType::SUB in get_test_model_all_inputs_as_internal()
262 .type = TestOperationType::SUB in get_test_model_2()
389 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal_2()
393 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal_2()
397 .type = TestOperationType::SUB in get_test_model_all_inputs_as_internal_2()
464 .type = TestOperationType::SUB in get_test_model_3()
591 .type = TestOperationType::ADD in get_test_model_all_inputs_as_internal_3()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/
H A Dwhile_fib_unknown_dimension.example.cpp90 .type = TestOperationType::WHILE in get_test_model_n_2_unused_output()
141 .type = TestOperationType::LESS in get_test_model_n_2_unused_output()
350 .type = TestOperationType::ADD in get_test_model_n_2_unused_output()
354 .type = TestOperationType::MUL in get_test_model_n_2_unused_output()
370 .type = TestOperationType::ADD in get_test_model_n_2_unused_output()
516 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_tensors_as_inputs()
725 .type = TestOperationType::ADD in get_test_model_n_2_unused_output_all_tensors_as_inputs()
729 .type = TestOperationType::MUL in get_test_model_n_2_unused_output_all_tensors_as_inputs()
745 .type = TestOperationType::ADD in get_test_model_n_2_unused_output_all_tensors_as_inputs()
870 .type = TestOperationType::ADD in get_test_model_n_2_unused_output_all_tensors_as_inputs_all_inputs_as_internal()
[all …]
H A Dwhile_fib_unknown_rank.example.cpp90 .type = TestOperationType::WHILE in get_test_model_n_2_unused_output()
141 .type = TestOperationType::LESS in get_test_model_n_2_unused_output()
350 .type = TestOperationType::ADD in get_test_model_n_2_unused_output()
354 .type = TestOperationType::MUL in get_test_model_n_2_unused_output()
370 .type = TestOperationType::ADD in get_test_model_n_2_unused_output()
516 .type = TestOperationType::LESS in get_test_model_n_2_unused_output_all_tensors_as_inputs()
725 .type = TestOperationType::ADD in get_test_model_n_2_unused_output_all_tensors_as_inputs()
729 .type = TestOperationType::MUL in get_test_model_n_2_unused_output_all_tensors_as_inputs()
745 .type = TestOperationType::ADD in get_test_model_n_2_unused_output_all_tensors_as_inputs()
870 .type = TestOperationType::ADD in get_test_model_n_2_unused_output_all_tensors_as_inputs_all_inputs_as_internal()
[all …]

12345678910>>...26