/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
H A D | seed372 | 304 type: GROUPED_CONV_2D 342 type: GROUPED_CONV_2D 356 type: GROUPED_CONV_2D
|
H A D | seed309 | 308 type: GROUPED_CONV_2D 328 type: GROUPED_CONV_2D
|
H A D | seed322 | 651 type: GROUPED_CONV_2D 684 type: GROUPED_CONV_2D 713 type: GROUPED_CONV_2D
|
H A D | seed344 | 179 type: GROUPED_CONV_2D
|
H A D | seed371 | 179 type: GROUPED_CONV_2D
|
H A D | seed431 | 179 type: GROUPED_CONV_2D
|
H A D | seed401 | 185 type: GROUPED_CONV_2D
|
H A D | seed408 | 227 type: GROUPED_CONV_2D
|
H A D | seed468 | 867 type: GROUPED_CONV_2D 884 type: GROUPED_CONV_2D
|
H A D | seed020 | 250 type: GROUPED_CONV_2D
|
H A D | seed337 | 250 type: GROUPED_CONV_2D
|
H A D | seed429 | 250 type: GROUPED_CONV_2D
|
H A D | seed233 | 261 type: GROUPED_CONV_2D
|
H A D | seed200 | 376 type: GROUPED_CONV_2D
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
H A D | grouped_conv2d.example.cpp | 150 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none() 341 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_all_inputs_as_internal() 498 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_all_tensors_as_inputs() 757 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_all_tensors_as_inputs_all_inputs_as_internal() 914 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_relaxed() 1105 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_relaxed_all_inputs_as_internal() 1262 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_relaxed_all_tensors_as_inputs() 1521 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 1678 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8() 1869 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_all_inputs_as_internal() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
H A D | grouped_conv2d_quant8_signed.example.cpp | 150 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed() 341 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_all_inputs_as_internal() 498 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_all_tensors_as_inputs() 723 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal() 880 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_2() 1071 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_all_inputs_as_internal_2() 1228 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_all_tensors_as_inputs_2() 1453 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal_2() 1613 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_channelQuant8() 1807 .type = TestOperationType::GROUPED_CONV_2D in get_test_model_nhwc_none_channelQuant8_all_inputs_as_internal() [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 92 GROUPED_CONV_2D = 55, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 92 GROUPED_CONV_2D = 55, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 3331 GROUPED_CONV_2D = 55, enumConstant
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | OperationTypes.h | 3382 GROUPED_CONV_2D = 55, enumerator
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | StaticAssert.cpp | 120 static_assert(static_cast<TestOperationType>(GROUPED_CONV_2D) == 121 TestOperationType::GROUPED_CONV_2D);
|
H A D | Model.proto | 95 GROUPED_CONV_2D = 55; enumerator
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
H A D | Assertions.cpp | 127 COMPARE_ENUMS(GROUPED_CONV_2D);
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestAssertions.cpp | 98 CHECK_TEST_ENUM(TestOperationType, GROUPED_CONV_2D);
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | Assertions.cpp | 126 COMPARE_ENUMS(GROUPED_CONV_2D);
|