Home
last modified time | relevance | path

Searched refs:L2_POOL_2D (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
H A Dseed362135 type: L2_POOL_2D
150 type: L2_POOL_2D
H A Dseed283226 type: L2_POOL_2D
242 type: L2_POOL_2D
H A Dseed49394 type: L2_POOL_2D
H A Dseed002112 type: L2_POOL_2D
H A Dseed478134 type: L2_POOL_2D
H A Dseed295593 type: L2_POOL_2D
623 type: L2_POOL_2D
H A Dseed032142 type: L2_POOL_2D
H A Dseed435158 type: L2_POOL_2D
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DPoolings.cpp142 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,
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
H A Dl2_pool_float.example.cpp70 .type = TestOperationType::L2_POOL_2D in get_test_model()
181 .type = TestOperationType::L2_POOL_2D in get_test_model_all_inputs_as_internal()
H A Dl2_pool_float_2.example.cpp70 .type = TestOperationType::L2_POOL_2D in get_test_model()
181 .type = TestOperationType::L2_POOL_2D in get_test_model_all_inputs_as_internal()
H A Dl2_pool_float_large.example.cpp100 .type = TestOperationType::L2_POOL_2D in get_test_model()
241 .type = TestOperationType::L2_POOL_2D in get_test_model_all_inputs_as_internal()
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
H A Dl2_pool_float_2_relaxed.example.cpp70 .type = TestOperationType::L2_POOL_2D in get_test_model()
181 .type = TestOperationType::L2_POOL_2D in get_test_model_all_inputs_as_internal()
H A Dl2_pool_float_relaxed.example.cpp70 .type = TestOperationType::L2_POOL_2D in get_test_model()
181 .type = TestOperationType::L2_POOL_2D in get_test_model_all_inputs_as_internal()
H A Dl2_pool_float_large_relaxed.example.cpp100 .type = TestOperationType::L2_POOL_2D in get_test_model()
241 .type = TestOperationType::L2_POOL_2D in get_test_model_all_inputs_as_internal()
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Dl2_pool_v1_2.example.cpp140 .type = TestOperationType::L2_POOL_2D in get_test_model_nhwc()
321 .type = TestOperationType::L2_POOL_2D in get_test_model_nhwc_all_inputs_as_internal()
468 .type = TestOperationType::L2_POOL_2D in get_test_model_nhwc_relaxed()
649 .type = TestOperationType::L2_POOL_2D in get_test_model_nhwc_relaxed_all_inputs_as_internal()
796 .type = TestOperationType::L2_POOL_2D in get_test_model_nhwc_float16()
977 .type = TestOperationType::L2_POOL_2D in get_test_model_nhwc_float16_all_inputs_as_internal()
1124 .type = TestOperationType::L2_POOL_2D in get_test_model_nchw()
1305 .type = TestOperationType::L2_POOL_2D in get_test_model_nchw_all_inputs_as_internal()
1452 .type = TestOperationType::L2_POOL_2D in get_test_model_nchw_relaxed()
1633 .type = TestOperationType::L2_POOL_2D in get_test_model_nchw_relaxed_all_inputs_as_internal()
[all …]
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DPooling.cpp316 } else if (opType != OperationType::L2_POOL_2D && in validate()
328 } else if (opType != OperationType::L2_POOL_2D && in validate()
450 NN_REGISTER_OPERATION(L2_POOL_2D, "L2_POOL_2D",
451 std::bind(pooling::validate, OperationType::L2_POOL_2D, _1), pooling::prepare,
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DOperationType.aidl49 L2_POOL_2D = 12, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DOperationType.aidl49 L2_POOL_2D = 12, enumConstant
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DOperationType.aidl875 L2_POOL_2D = 12, enumConstant
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DOperationTypes.h879 L2_POOL_2D = 12, enumerator
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DTestAssertions.cpp40 CHECK_TEST_ENUM(OperationType, L2_POOL_2D);
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DStaticAssert.cpp66 static_assert(static_cast<TestOperationType>(L2_POOL_2D) == TestOperationType::L2_POOL_2D);
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DTestAssertions.cpp54 CHECK_TEST_ENUM(OperationType, L2_POOL_2D);
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DAssertions.cpp60 COMPARE_ENUMS(L2_POOL_2D);

123