Home
last modified time | relevance | path

Searched refs:detection_postprocess (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/tests/
Ddetection_postprocess.mod.py.cpp5 namespace detection_postprocess { namespace
13 execute(detection_postprocess::CreateModel_regular, in TEST_F()
14 detection_postprocess::is_ignored_regular, in TEST_F()
15 detection_postprocess::get_examples_regular()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_2, detection_postprocess_regular, detection_postprocess::CreateModel_regula… in TEST_AVAILABLE_SINCE()
20 execute(detection_postprocess::CreateModel_regular_relaxed, in TEST_AVAILABLE_SINCE()
21 detection_postprocess::is_ignored_regular_relaxed, in TEST_AVAILABLE_SINCE()
22 detection_postprocess::get_examples_regular_relaxed()); in TEST_AVAILABLE_SINCE()
26 execute(detection_postprocess::CreateModel_regular_float16, in TEST_F()
27 detection_postprocess::is_ignored_regular_float16, in TEST_F()
[all …]
/frameworks/ml/nn/common/operations/
DGenerateProposals.cpp1279 namespace detection_postprocess { namespace
1628 NN_REGISTER_OPERATION(DETECTION_POSTPROCESSING, bbox_ops::detection_postprocess::kOperationName,
1629 bbox_ops::detection_postprocess::validate,
1630 bbox_ops::detection_postprocess::prepare,
1631 bbox_ops::detection_postprocess::execute);