/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Pooling.cpp | 47 } else if (opType != OperationType::L2_POOL_2D && in validate() 59 } else if (opType != OperationType::L2_POOL_2D && in validate() 96 NN_DEFINE_VALIDATION_FUNCTION(L2_POOL_2D, [](const IOperationValidationContext* context) { in __anonee487b170202() 97 return pooling::validate(OperationType::L2_POOL_2D, context); in __anonee487b170202()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Poolings.cpp | 142 DEFINE_POOLING_SIGNATURE(L2_POOL_2D, V1_0, TestOperandType::TENSOR_FLOAT32); 147 DEFINE_POOLING_SIGNATURE(L2_POOL_2D, V1_2, TestOperandType::TENSOR_FLOAT16); 194 DEFINE_POOLING_WITH_LAYOUT_SIGNATURE(L2_POOL_2D, V1_2, TestOperandType::TENSOR_FLOAT32,
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
D | l2_pool_float_2_relaxed.example.cpp | 64 .type = TestOperationType::L2_POOL_2D, in get_test_model() 175 .type = TestOperationType::L2_POOL_2D, in get_test_model_all_inputs_as_internal()
|
D | l2_pool_float_relaxed.example.cpp | 64 .type = TestOperationType::L2_POOL_2D, in get_test_model() 175 .type = TestOperationType::L2_POOL_2D, in get_test_model_all_inputs_as_internal()
|
D | l2_pool_float_large_relaxed.example.cpp | 94 .type = TestOperationType::L2_POOL_2D, in get_test_model() 235 .type = TestOperationType::L2_POOL_2D, in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
D | l2_pool_float.example.cpp | 64 .type = TestOperationType::L2_POOL_2D, in get_test_model() 175 .type = TestOperationType::L2_POOL_2D, in get_test_model_all_inputs_as_internal()
|
D | l2_pool_float_2.example.cpp | 64 .type = TestOperationType::L2_POOL_2D, in get_test_model() 175 .type = TestOperationType::L2_POOL_2D, in get_test_model_all_inputs_as_internal()
|
D | l2_pool_float_large.example.cpp | 94 .type = TestOperationType::L2_POOL_2D, in get_test_model() 235 .type = TestOperationType::L2_POOL_2D, in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | l2_pool_v1_2.example.cpp | 134 .type = TestOperationType::L2_POOL_2D, in get_test_model_nhwc() 315 .type = TestOperationType::L2_POOL_2D, in get_test_model_nhwc_all_inputs_as_internal() 462 .type = TestOperationType::L2_POOL_2D, in get_test_model_nhwc_relaxed() 643 .type = TestOperationType::L2_POOL_2D, in get_test_model_nhwc_relaxed_all_inputs_as_internal() 790 .type = TestOperationType::L2_POOL_2D, in get_test_model_nhwc_float16() 971 .type = TestOperationType::L2_POOL_2D, in get_test_model_nhwc_float16_all_inputs_as_internal() 1118 .type = TestOperationType::L2_POOL_2D, in get_test_model_nchw() 1299 .type = TestOperationType::L2_POOL_2D, in get_test_model_nchw_all_inputs_as_internal() 1446 .type = TestOperationType::L2_POOL_2D, in get_test_model_nchw_relaxed() 1627 .type = TestOperationType::L2_POOL_2D, in get_test_model_nchw_relaxed_all_inputs_as_internal() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed241 | 80 type: L2_POOL_2D
|
D | seed252 | 480 type: L2_POOL_2D
|
D | seed146 | 474 type: L2_POOL_2D
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 879 L2_POOL_2D = 12, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 66 static_assert(static_cast<TestOperationType>(L2_POOL_2D) == TestOperationType::L2_POOL_2D);
|
D | Model.proto | 53 L2_POOL_2D = 12; enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/ |
D | seed336 | 171 type: L2_POOL_2D
|
D | seed385 | 435 type: L2_POOL_2D
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 42 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(L2_POOL_2D);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 55 CALL(L2_POOL_2D) \
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 55 CHECK_TEST_ENUM(TestOperationType, L2_POOL_2D);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 84 COMPARE_ENUMS(L2_POOL_2D);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 107 L2_POOL_2D = 12, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 553 TEST_SINGLE_OPERATION(L2_POOL_2D, V1_0, kRelaxedCriteria); 604 TEST_SINGLE_OPERATION(L2_POOL_2D, V1_2, kRelaxedCriteria);
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 384 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(L2_POOL_2D, pooling::prepare, pooling::executeL2Pool,
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.cpp | 734 case OperationType::L2_POOL_2D: { in getNumTrailingArgumentsToRemove()
|