Home
last modified time | relevance | path

Searched refs:MAX_POOL_2D (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DPoolings.cpp143 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/
Dmax_pool_quant8_signed.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
262 .type = TestOperationType::MAX_POOL_2D, in get_test_model_2()
383 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal_2()
470 .type = TestOperationType::MAX_POOL_2D, in get_test_model_3()
591 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal_3()
668 .type = TestOperationType::MAX_POOL_2D, in get_test_model_4()
779 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal_4()
926 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_quant8_signed()
1107 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_quant8_signed_all_inputs_as_internal()
[all …]
/packages/modules/NeuralNetworks/common/types/operations/src/
DPooling.cpp99 NN_DEFINE_VALIDATION_FUNCTION(MAX_POOL_2D, [](const IOperationValidationContext* context) { in __anonee487b170302()
100 return pooling::validate(OperationType::MAX_POOL_2D, context); in __anonee487b170302()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dmax_pool_v1_2.example.cpp134 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc()
315 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_all_inputs_as_internal()
462 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_relaxed()
643 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_relaxed_all_inputs_as_internal()
790 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_quant8()
971 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_quant8_all_inputs_as_internal()
1118 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_float16()
1299 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nhwc_float16_all_inputs_as_internal()
1446 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nchw()
1627 .type = TestOperationType::MAX_POOL_2D, in get_test_model_nchw_all_inputs_as_internal()
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Dmax_pool_float_4_relaxed.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_float_1_relaxed.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_float_2_relaxed.example.cpp74 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
195 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_float_3_relaxed.example.cpp74 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
195 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
Dmax_pool_float_1.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_float_4.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_quant8_4.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_quant8_1.example.cpp64 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
175 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_quant8_3.example.cpp74 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
195 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_float_3.example.cpp74 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
195 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_float_2.example.cpp74 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
195 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
Dmax_pool_quant8_2.example.cpp74 .type = TestOperationType::MAX_POOL_2D, in get_test_model()
195 .type = TestOperationType::MAX_POOL_2D, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed30082 type: MAX_POOL_2D
Dseed17480 type: MAX_POOL_2D
Dseed15082 type: MAX_POOL_2D
Dseed15393 type: MAX_POOL_2D
Dseed105132 type: MAX_POOL_2D
Dseed143154 type: MAX_POOL_2D
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h1321 MAX_POOL_2D = 17, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed435141 type: MAX_POOL_2D
Dseed367150 type: MAX_POOL_2D

12