Home
last modified time | relevance | path

Searched refs:TRANSPOSE_CONV_2D (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dtranspose_conv2d_quant8_signed.example.cpp114 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_quant8_signed()
275 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_quant8_signed_all_inputs_as_internal()
402 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_quant8_signed_all_tensors_as_inputs()
597 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal()
727 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_channelQuant8()
891 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_channelQuant8_all_inputs_as_internal()
1021 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_channelQuant8_all_tensors_as_inputs()
1185 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_channelQuant8_all_tensors_as_inputs_all_inputs_as_internal()
1312 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_quant8_signed()
1473 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_quant8_signed_all_inputs_as_internal()
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dtranspose_conv2d.example.cpp114 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none()
275 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_all_inputs_as_internal()
402 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_all_tensors_as_inputs()
631 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_all_tensors_as_inputs_all_inputs_as_internal()
758 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_relaxed()
919 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_relaxed_all_inputs_as_internal()
1046 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_relaxed_all_tensors_as_inputs()
1275 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_relaxed_all_tensors_as_inputs_all_inputs_as_internal()
1402 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_quant8()
1563 .type = TestOperationType::TRANSPOSE_CONV_2D, in get_test_model_nhwc_none_quant8_all_inputs_as_internal()
[all …]
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h4647 TRANSPOSE_CONV_2D = 91, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed329151 type: TRANSPOSE_CONV_2D
Dseed486151 type: TRANSPOSE_CONV_2D
Dseed441151 type: TRANSPOSE_CONV_2D
Dseed493155 type: TRANSPOSE_CONV_2D
Dseed432151 type: TRANSPOSE_CONV_2D
Dseed305157 type: TRANSPOSE_CONV_2D
Dseed320157 type: TRANSPOSE_CONV_2D
Dseed379157 type: TRANSPOSE_CONV_2D
Dseed406214 type: TRANSPOSE_CONV_2D
Dseed375214 type: TRANSPOSE_CONV_2D
Dseed363240 type: TRANSPOSE_CONV_2D
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed251151 type: TRANSPOSE_CONV_2D
Dseed215156 type: TRANSPOSE_CONV_2D
Dseed042155 type: TRANSPOSE_CONV_2D
Dseed202157 type: TRANSPOSE_CONV_2D
Dseed276158 type: TRANSPOSE_CONV_2D
Dseed178183 type: TRANSPOSE_CONV_2D
Dseed052176 type: TRANSPOSE_CONV_2D
Dseed117182 type: TRANSPOSE_CONV_2D
Dseed237204 type: TRANSPOSE_CONV_2D
/packages/modules/NeuralNetworks/common/types/operations/src/
DTransposeConv2D.cpp74 NN_DEFINE_VALIDATION_FUNCTION(TRANSPOSE_CONV_2D, transpose_conv_2d::validate);
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp161 static_assert(static_cast<TestOperationType>(TRANSPOSE_CONV_2D) ==
162 TestOperationType::TRANSPOSE_CONV_2D);

12