Searched defs:nms_threshold (Results 1 – 9 of 9) sorted by relevance
| /external/ComputeLibrary/tests/validation/fixtures/ |
| 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()
|
| /external/ComputeLibrary/src/runtime/CPP/functions/ |
| 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()
|
| D | CPPDetectionOutputLayer.cpp | 294 const float nms_threshold, const float eta, const int top_k, in ApplyNMSFast()
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | NonMaxSuppression.cpp | 140 … unsigned int max_output_size, float score_threshold, float nms_threshold) in non_max_suppression()
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | generate_box_proposals_op.cu.cc | 330 float nms_threshold; in Compute() local
|
| /external/ComputeLibrary/examples/ |
| D | graph_ssd_mobilenet.cpp | 373 const float nms_threshold = 0.45f; in create_graph_float() local
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | image_ops.cc | 1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anonf6f833bb1e02() local
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | image_ops_impl.py | 5842 nms_threshold=0.7, argument
|
| /external/ComputeLibrary/arm_compute/core/ |
| D | Types.h | 1038 float nms_threshold() const in nms_threshold() function
|