Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/fixtures/
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()
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPNonMaximumSuppression.cpp34 const float score_threshold, const float nms_threshold) in configure()
45 const float score_threshold, const float nms_threshold) in validate()
DCPPDetectionOutputLayer.cpp294 const float nms_threshold, const float eta, const int top_k, in ApplyNMSFast()
/external/ComputeLibrary/tests/validation/reference/
DNonMaxSuppression.cpp140 … unsigned int max_output_size, float score_threshold, float nms_threshold) in non_max_suppression()
/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc330 float nms_threshold; in Compute() local
/external/ComputeLibrary/examples/
Dgraph_ssd_mobilenet.cpp373 const float nms_threshold = 0.45f; in create_graph_float() local
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anonf6f833bb1e02() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5842 nms_threshold=0.7, argument
/external/ComputeLibrary/arm_compute/core/
DTypes.h1038 float nms_threshold() const in nms_threshold() function