Home
last modified time | relevance | path

Searched refs:ROI_POOLING (Results 1 – 12 of 12) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Droi_pooling_quant8_signed.example.cpp110 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_signed()
261 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_signed_all_inputs_as_internal()
378 .type = TestOperationType::ROI_POOLING in get_test_model_nchw_quant8_signed()
529 .type = TestOperationType::ROI_POOLING in get_test_model_nchw_quant8_signed_all_inputs_as_internal()
646 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_signed_2()
797 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_signed_all_inputs_as_internal_2()
914 .type = TestOperationType::ROI_POOLING in get_test_model_nchw_quant8_signed_2()
1065 .type = TestOperationType::ROI_POOLING in get_test_model_nchw_quant8_signed_all_inputs_as_internal_2()
1182 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_signed_3()
1333 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_signed_all_inputs_as_internal_3()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Droi_pooling.example.cpp110 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc()
295 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_all_inputs_as_internal()
412 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_relaxed()
597 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_relaxed_all_inputs_as_internal()
714 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8()
865 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_quant8_all_inputs_as_internal()
982 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_float16()
1167 .type = TestOperationType::ROI_POOLING in get_test_model_nhwc_float16_all_inputs_as_internal()
1284 .type = TestOperationType::ROI_POOLING in get_test_model_nchw()
1469 .type = TestOperationType::ROI_POOLING in get_test_model_nchw_all_inputs_as_internal()
[all …]
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DBoundingBox.cpp65 if (op->opType == TestOperationType::ROI_POOLING) { in roiConstructor()
159 .opType = TestOperationType::ROI_POOLING, \
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp152 static_assert(static_cast<TestOperationType>(ROI_POOLING) == TestOperationType::ROI_POOLING);
DModel.proto122 ROI_POOLING = 82; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp125 CHECK_TEST_ENUM(TestOperationType, ROI_POOLING);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h177 ROI_POOLING = 82, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp672 TEST_SINGLE_OPERATION(ROI_POOLING, V1_2, kRelaxedCriteria);
730 TEST_SINGLE_OPERATION(ROI_POOLING, V1_3, kRelaxedCriteria);
/frameworks/ml/nn/common/operations/
DRoiPooling.cpp333 NN_REGISTER_OPERATION(ROI_POOLING, roi_pooling::kOperationName, roi_pooling::validate,
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed3662952 type: ROI_POOLING
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp503 static_assert(static_cast<int32_t>(OperationType::ROI_POOLING) == ANEURALNETWORKS_ROI_POOLING,
/frameworks/ml/nn/tools/api/
Dtypes.spec5315 %{DeclareOperation_1.2 ROI_POOLING 82},