Searched defs:NonMaxSuppression (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | non_max_suppression_test.cc | 66 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 D | NonMaxSuppression.cpp | 48 std::vector<int> NonMaxSuppression(DetectedObjects& inputDetections, float iouThresh) in NonMaxSuppression() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | non_max_suppression.h | 87 inline void NonMaxSuppression(const float* boxes, const int num_boxes, in NonMaxSuppression() function
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | DetectionPostProcess.cpp | 49 std::vector<unsigned int> NonMaxSuppression(unsigned int numBoxes, in NonMaxSuppression() function
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 27652 func NonMaxSuppression(scope *Scope, boxes tf.Output, scores tf.Output, max_output_size tf.Output, … func
|