Home
last modified time | relevance | path

Searched refs:DEPTH_TO_SPACE (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Ddepth_to_space_v1_2.example.cpp54 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc()
155 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_all_inputs_as_internal()
222 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_relaxed()
323 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_relaxed_all_inputs_as_internal()
390 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_float16()
491 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_float16_all_inputs_as_internal()
558 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_quant8()
659 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_quant8_all_inputs_as_internal()
726 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nchw()
827 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nchw_all_inputs_as_internal()
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Ddepth_to_space_quant8_signed.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
192 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_2()
283 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal_2()
350 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_quant8_signed()
451 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_quant8_signed_all_inputs_as_internal()
518 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nchw_quant8_signed()
619 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nchw_quant8_signed_all_inputs_as_internal()
686 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_quant8_signed_2()
787 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_nhwc_quant8_signed_all_inputs_as_internal_2()
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
Ddepth_to_space_quant8_1.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
Ddepth_to_space_quant8_2.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
Ddepth_to_space_float_2.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
Ddepth_to_space_float_3.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
Ddepth_to_space_float_1.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Ddepth_to_space_float_1_relaxed.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
Ddepth_to_space_float_2_relaxed.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
Ddepth_to_space_float_3_relaxed.example.cpp44 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model()
135 .type = TestOperationType::DEPTH_TO_SPACE, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed00754 type: DEPTH_TO_SPACE
Dseed38956 type: DEPTH_TO_SPACE
Dseed48767 type: DEPTH_TO_SPACE
Dseed20067 type: DEPTH_TO_SPACE
Dseed44567 type: DEPTH_TO_SPACE
Dseed05969 type: DEPTH_TO_SPACE
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp55 static_assert(static_cast<TestOperationType>(DEPTH_TO_SPACE) == TestOperationType::DEPTH_TO_SPACE);
DModel.proto46 DEPTH_TO_SPACE = 5; enumerator
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h565 DEPTH_TO_SPACE = 5, enumerator
/packages/modules/NeuralNetworks/common/
DOperationResolver.cpp33 NN_OPERATION_IS_NOT_IMPLEMENTED(DEPTH_TO_SPACE);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h48 CALL(DEPTH_TO_SPACE) \
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp559 TEST_SINGLE_OPERATION(DEPTH_TO_SPACE, V1_0, kStrictCriteria);
592 TEST_SINGLE_OPERATION(DEPTH_TO_SPACE, V1_2, kStrictCriteria);
684 TEST_SINGLE_OPERATION(DEPTH_TO_SPACE, V1_3, kStrictCriteria);
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp48 CHECK_TEST_ENUM(TestOperationType, DEPTH_TO_SPACE);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp77 COMPARE_ENUMS(DEPTH_TO_SPACE);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp107 .opType = TestOperationType::DEPTH_TO_SPACE, \
123 .opType = TestOperationType::DEPTH_TO_SPACE, \

12