/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Poolings.cpp | 143 DEFINE_POOLING_SIGNATURE(MAX_POOL_2D, V1_0, TestOperandType::TENSOR_FLOAT32, 148 DEFINE_POOLING_SIGNATURE(MAX_POOL_2D, V1_2, TestOperandType::TENSOR_FLOAT16); 196 DEFINE_POOLING_WITH_LAYOUT_SIGNATURE(MAX_POOL_2D, V1_2, TestOperandType::TENSOR_FLOAT32, 201 DEFINE_POOLING_WITH_LAYOUT_SIGNATURE(MAX_POOL_2D, V1_3,
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
D | max_pool_quant8_signed.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal() 268 .type = TestOperationType::MAX_POOL_2D in get_test_model_2() 389 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal_2() 476 .type = TestOperationType::MAX_POOL_2D in get_test_model_3() 597 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal_3() 674 .type = TestOperationType::MAX_POOL_2D in get_test_model_4() 785 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal_4() 932 .type = TestOperationType::MAX_POOL_2D in get_test_model_nhwc_quant8_signed() 1113 .type = TestOperationType::MAX_POOL_2D in get_test_model_nhwc_quant8_signed_all_inputs_as_internal() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed348 | 225 type: MAX_POOL_2D 243 type: MAX_POOL_2D
|
D | seed074 | 108 type: MAX_POOL_2D
|
D | seed313 | 206 type: MAX_POOL_2D
|
D | seed190 | 542 type: MAX_POOL_2D
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
D | max_pool_float_1_relaxed.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_float_4_relaxed.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_float_2_relaxed.example.cpp | 80 .type = TestOperationType::MAX_POOL_2D in get_test_model() 201 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_float_3_relaxed.example.cpp | 80 .type = TestOperationType::MAX_POOL_2D in get_test_model() 201 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
D | max_pool_float_4.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_quant8_4.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_float_1.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_quant8_1.example.cpp | 70 .type = TestOperationType::MAX_POOL_2D in get_test_model() 181 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_quant8_2.example.cpp | 80 .type = TestOperationType::MAX_POOL_2D in get_test_model() 201 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_float_2.example.cpp | 80 .type = TestOperationType::MAX_POOL_2D in get_test_model() 201 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_quant8_3.example.cpp | 80 .type = TestOperationType::MAX_POOL_2D in get_test_model() 201 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
D | max_pool_float_3.example.cpp | 80 .type = TestOperationType::MAX_POOL_2D in get_test_model() 201 .type = TestOperationType::MAX_POOL_2D in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 72 static_assert(static_cast<TestOperationType>(MAX_POOL_2D) == TestOperationType::MAX_POOL_2D);
|
D | Model.proto | 57 MAX_POOL_2D = 17; enumerator
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | OperationTypes.h | 1321 MAX_POOL_2D = 17, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 550 TEST_SINGLE_OPERATION(MAX_POOL_2D, V1_0, kRelaxedCriteria); 601 TEST_SINGLE_OPERATION(MAX_POOL_2D, V1_2, kRelaxedCriteria); 686 TEST_SINGLE_OPERATION(MAX_POOL_2D, V1_3, kRelaxedCriteria);
|
/packages/modules/NeuralNetworks/common/operations/ |
D | Pooling.cpp | 453 NN_REGISTER_OPERATION(MAX_POOL_2D, "MAX_POOL_2D", 454 std::bind(pooling::validate, OperationType::MAX_POOL_2D, _1),
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 89 COMPARE_ENUMS(MAX_POOL_2D);
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 60 CHECK_TEST_ENUM(TestOperationType, MAX_POOL_2D);
|