Home
last modified time | relevance | path

Searched defs:nms_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DNonMaxSuppressionFixture.h77 FunctionType nms_func; in compute_target() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_test.py5136 def nms_func(box, score, max_output_size, iou_thres): function