Searched defs:nms_threshold (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | NonMaxSuppressionFixture.h | 50 …(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 D | CPPNonMaximumSuppression.cpp | 34 const float score_threshold, const float nms_threshold) in configure() 45 const float score_threshold, const float nms_threshold) in validate()
|
H A D | CPPDetectionOutputLayer.cpp | 294 const float nms_threshold, const float eta, const int top_k, in ApplyNMSFast()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | NonMaxSuppression.cpp | 140 … 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 D | generate_box_proposals_op.cu.cc | 330 float nms_threshold; in Compute() local
|
/aosp_15_r20/external/ComputeLibrary/examples/ |
H A D | graph_ssd_mobilenet.cpp | 373 const float nms_threshold = 0.45f; in create_graph_float() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | image_ops.cc | 1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anon269972ec1e02() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_impl.py | 5842 nms_threshold=0.7, argument
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Types.h | 1038 float nms_threshold() const in nms_threshold() function
|