Home
last modified time | relevance | path

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

12

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
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 …]
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
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,
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed362135 type: L2_POOL_2D
150 type: L2_POOL_2D
Dseed283226 type: L2_POOL_2D
242 type: L2_POOL_2D
Dseed295593 type: L2_POOL_2D
623 type: L2_POOL_2D
Dseed49394 type: L2_POOL_2D
Dseed009875 type: L2_POOL_2D
908 type: L2_POOL_2D
Dseed478134 type: L2_POOL_2D
Dseed002112 type: L2_POOL_2D
Dseed032142 type: L2_POOL_2D
Dseed435158 type: L2_POOL_2D
Dseed146237 type: L2_POOL_2D
Dseed4751088 type: L2_POOL_2D
1129 type: L2_POOL_2D
Dseed0261089 type: L2_POOL_2D
1130 type: L2_POOL_2D
Dseed211318 type: L2_POOL_2D
/packages/modules/NeuralNetworks/common/operations/
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,
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
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()
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()
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()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
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()
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()
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()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp66 static_assert(static_cast<TestOperationType>(L2_POOL_2D) == TestOperationType::L2_POOL_2D);
DModel.proto52 L2_POOL_2D = 12; enumerator
/packages/modules/NeuralNetworks/common/include/nnapi/
DOperationTypes.h879 L2_POOL_2D = 12, enumerator

12