Searched refs:ROI_POOLING (Results 1 – 12 of 12) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | roi_pooling_quant8_signed.example.cpp | 110 .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/ |
D | roi_pooling.example.cpp | 110 .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/ |
D | BoundingBox.cpp | 65 if (op->opType == TestOperationType::ROI_POOLING) { in roiConstructor() 159 .opType = TestOperationType::ROI_POOLING, \
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 152 static_assert(static_cast<TestOperationType>(ROI_POOLING) == TestOperationType::ROI_POOLING);
|
D | Model.proto | 122 ROI_POOLING = 82; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 125 CHECK_TEST_ENUM(TestOperationType, ROI_POOLING);
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 177 ROI_POOLING = 82, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 672 TEST_SINGLE_OPERATION(ROI_POOLING, V1_2, kRelaxedCriteria); 730 TEST_SINGLE_OPERATION(ROI_POOLING, V1_3, kRelaxedCriteria);
|
/frameworks/ml/nn/common/operations/ |
D | RoiPooling.cpp | 333 NN_REGISTER_OPERATION(ROI_POOLING, roi_pooling::kOperationName, roi_pooling::validate,
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed366 | 2952 type: ROI_POOLING
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 503 static_assert(static_cast<int32_t>(OperationType::ROI_POOLING) == ANEURALNETWORKS_ROI_POOLING,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 5315 %{DeclareOperation_1.2 ROI_POOLING 82},
|