Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc157 const Tensor& max_output_size, const float score_threshold, in DoNonMaxSuppressionOp()
229 const float score_threshold, const float iou_threshold, in BatchedNonMaxSuppressionOp()
545 const Tensor& score_threshold = context->input(4); in Compute() local
596 const Tensor& score_threshold = context->input(4); in Compute() local
655 const Tensor& score_threshold = context->input(4); in Compute() local
717 const Tensor& score_threshold = context->input(5); in Compute() local
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc121 ShapeHandle score_threshold; in NMSShapeFn() local
880 ShapeHandle score_threshold; in __anonc970e8b61902() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2445 score_threshold=float('-inf'), argument
2497 score_threshold=float('-inf'), argument
2557 score_threshold=float('-inf'), argument
3484 score_threshold=float('-inf'), argument
/external/libaom/libaom/aom_dsp/
Dnoise_model.c661 const float score_threshold = scores[top_nth_percentile].score; in aom_flat_block_finder_run() local