Home
last modified time | relevance | path

Searched defs:nms_threshold (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DNonMaxSuppressionFixture.h50 …(TensorShape input_shape, unsigned int max_output_size, float score_threshold, float nms_threshold) in setup()
69 … unsigned int max_output_size, float score_threshold, float nms_threshold) in compute_target()
103 … unsigned int max_output_size, float score_threshold, float nms_threshold) in compute_reference()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPNonMaximumSuppression.cpp34 const float score_threshold, const float nms_threshold) in configure()
45 const float score_threshold, const float nms_threshold) in validate()
H A DCPPDetectionOutputLayer.cpp294 const float nms_threshold, const float eta, const int top_k, in ApplyNMSFast()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DNonMaxSuppression.cpp140 … unsigned int max_output_size, float score_threshold, float nms_threshold) in non_max_suppression()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dgenerate_box_proposals_op.cu.cc330 float nms_threshold; in Compute() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp373 const float nms_threshold = 0.45f; in create_graph_float() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dimage_ops.cc1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anon269972ec1e02() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py5842 nms_threshold=0.7, argument
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1038 float nms_threshold() const in nms_threshold() function