Home
last modified time | relevance | path

Searched refs:iou_threshold (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dnon_max_suppression_fp32_tests.cc28 …float *score_data, int32_t max_output, float iou_threshold, float score_threshold, int center_box_…
64 float iou_threshold, float score_threshold, int center_box_point) { in Init() argument
77 iou_threshold_ = iou_threshold; in Init()
102 float iou_threshold = 0.5f; in TEST_F() local
107 …Init(box_tensor_shape, box_data, score_tensor_shape, score_data, max_output, iou_threshold, score_… in TEST_F()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Drpn_ops_declare.cc22 ATTR_MAP(NMSWithMask) = {{"iou_threshold", ATTR_DESC(iou_threshold, AnyTraits<float>())}};
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxobjectdetector.h67 gfloat iou_threshold; member
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py4467 def __init__(self, iou_threshold=0.5): argument
4469 validator.check_value_type("iou_threshold", iou_threshold, [float], self.name)
/third_party/mindspore/config/
Dop_info.config394 …false, "param_type": "required", "shape": "all"}], "attr": [{"name": "iou_threshold", "param_type"…