Home
last modified time | relevance | path

Searched defs:NonMaxSuppression (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dnon_max_suppression_test.cc66 TEST(NonMaxSuppression, TestZeroBoxes) { in TEST() argument
86 TEST(NonMaxSuppression, TestSelectFromIdenticalBoxes) { in TEST() argument
121 TEST(NonMaxSuppression, TestSelectFromThreeClustersWithZeroScoreThreshold) { in TEST() argument
163 TEST(NonMaxSuppression, TestSelectFromThreeClustersWithScoreThreshold) { in TEST() argument
200 TEST(NonMaxSuppression, TestSelectFromThreeClustersWithFlippedCoordinates) { in TEST() argument
233 TEST(NonMaxSuppression, TestIoUThresholdBoundaryCases) { in TEST() argument
267 TEST(NonMaxSuppression, TestSelectFromThreeClustersWithSoftNMS) { in TEST() argument
304 TEST(NonMaxSuppression, TestNullSelectedScoresOutput) { in TEST() argument
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DNonMaxSuppression.cpp48 std::vector<int> NonMaxSuppression(DetectedObjects& inputDetections, float iouThresh) in NonMaxSuppression() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dnon_max_suppression.h87 inline void NonMaxSuppression(const float* boxes, const int num_boxes, in NonMaxSuppression() function
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DDetectionPostProcess.cpp49 std::vector<unsigned int> NonMaxSuppression(unsigned int numBoxes, in NonMaxSuppression() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go27652 func NonMaxSuppression(scope *Scope, boxes tf.Output, scores tf.Output, max_output_size tf.Output, … func