Home
last modified time | relevance | path

Searched defs:iou_threshold (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc108 typename TTypes<T, 2>::ConstTensor boxes, int i, int j, T iou_threshold) { in IOUGreaterThanThreshold() argument
229 const float score_threshold, const float iou_threshold, in BatchedNonMaxSuppressionOp()
496 const Tensor& iou_threshold = context->input(3); in Compute() local
537 const Tensor& iou_threshold = context->input(3); in Compute() local
588 const Tensor& iou_threshold = context->input(3); in Compute() local
710 const Tensor& iou_threshold = context->input(4); in Compute() local
Dnon_max_suppression_op_test.cc34 void MakeOp(float iou_threshold) { in MakeOp()
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc119 ShapeHandle iou_threshold; in NMSShapeFn() local
814 ShapeHandle iou_threshold; in __anonc970e8b61702() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2444 iou_threshold=0.5, argument
2496 iou_threshold=0.5, argument
3483 iou_threshold=0.5, argument