/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
H A D | space_to_depth_v1_2.example.cpp | 60 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc() 161 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_all_inputs_as_internal() 228 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_relaxed() 329 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_relaxed_all_inputs_as_internal() 396 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_float16() 497 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_float16_all_inputs_as_internal() 564 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8() 665 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_all_inputs_as_internal() 732 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw() 833 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw_all_inputs_as_internal() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
H A D | space_to_depth_quant8_signed.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_2() 289 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal_2() 356 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed() 457 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed_all_inputs_as_internal() 524 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw_quant8_signed() 625 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw_quant8_signed_all_inputs_as_internal() 692 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed_2() 793 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed_all_inputs_as_internal_2() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
H A D | space_to_depth_float_1.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
H A D | space_to_depth_float_2.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
H A D | space_to_depth_float_3.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
H A D | space_to_depth_quant8_1.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
H A D | space_to_depth_quant8_2.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
H A D | space_to_depth_float_1_relaxed.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
H A D | space_to_depth_float_2_relaxed.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
H A D | space_to_depth_float_3_relaxed.example.cpp | 50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model() 141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
H A D | seed013 | 62 type: SPACE_TO_DEPTH
|
H A D | seed101 | 79 type: SPACE_TO_DEPTH
|
H A D | seed145 | 107 type: SPACE_TO_DEPTH
|
H A D | seed419 | 154 type: SPACE_TO_DEPTH
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 63 SPACE_TO_DEPTH = 26, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 63 SPACE_TO_DEPTH = 26, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 1691 SPACE_TO_DEPTH = 26, enumConstant
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | OperationTypes.h | 1711 SPACE_TO_DEPTH = 26, enumerator
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | TestAssertions.cpp | 54 CHECK_TEST_ENUM(OperationType, SPACE_TO_DEPTH);
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | StaticAssert.cpp | 82 static_assert(static_cast<TestOperationType>(SPACE_TO_DEPTH) == TestOperationType::SPACE_TO_DEPTH);
|
H A D | Model.proto | 66 SPACE_TO_DEPTH = 26; enumerator
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | TestAssertions.cpp | 68 CHECK_TEST_ENUM(OperationType, SPACE_TO_DEPTH);
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
H A D | Assertions.cpp | 74 COMPARE_ENUMS(SPACE_TO_DEPTH);
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
H A D | Assertions.cpp | 91 COMPARE_ENUMS(SPACE_TO_DEPTH);
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
H A D | Assertions.cpp | 98 COMPARE_ENUMS(SPACE_TO_DEPTH);
|