/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | non_max_suppression_test.cc | 71 const float score_threshold = 0.4; in TEST() local 98 float score_threshold = 0.5; in TEST() local 169 const float score_threshold = 0.4; in TEST() local 206 const float score_threshold = 0.4; in TEST() local 238 const float score_threshold = 0.4; in TEST() local 273 float score_threshold = 0.0; in TEST() local 310 const float score_threshold = 0.4; in TEST() local
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | object_detector_options.proto | 45 optional float score_threshold = 4; field
|
D | image_classifier_options.proto | 47 optional float score_threshold = 3; field
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
D | classification_head.h | 61 float score_threshold; member
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cc | 165 const T score_threshold, const T soft_nms_sigma, in DoNonMaxSuppressionOp() 307 const float score_threshold, const float iou_threshold, in DoNMSPerClass() 444 const float score_threshold, const float iou_threshold, in BatchedNonMaxSuppressionOp() 693 const Tensor& score_threshold = context->input(4); in Compute() local 747 const Tensor& score_threshold = context->input(4); in Compute() local 813 const Tensor& score_threshold = context->input(4); in Compute() local 885 const Tensor& score_threshold = context->input(4); in Compute() local 955 const Tensor& score_threshold = context->input(5); in Compute() local
|
D | non_max_suppression_op.cu.cc | 410 const float iou_threshold_val, const float score_threshold, in DoNMS() 655 const Tensor& score_threshold = context->input(4); in Compute() local 700 const Tensor& score_threshold = context->input(4); in Compute() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | nms_utils.cc | 49 Value score_threshold = func_.getArgument(4); in RewriteFunc() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 3650 score_threshold=float('-inf'), argument 3703 score_threshold=float('-inf'), argument 3790 score_threshold=float('-inf'), argument 4958 score_threshold=float('-inf'), argument 5222 score_threshold=float('-inf'), argument 5327 score_threshold=float('-inf'), argument 5564 score_threshold=float('-inf'), argument
|
D | image_ops_test.py | 5200 def func(boxes, scores, max_output_size, iou_threshold, score_threshold): argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 155 ShapeHandle score_threshold; in NMSShapeFn() local 178 ShapeHandle score_threshold; in SoftNMSShapeFn() local 1080 ShapeHandle score_threshold; in __anonc970e8b61d02() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | non_max_suppression_test.cc | 39 void SetScoreThreshold(float score_threshold) { in SetScoreThreshold()
|
D | non_max_suppression.cc | 227 const float score_threshold = *GetTensorData<float>(input_score_threshold); in Eval() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | non_max_suppression.h | 90 const float score_threshold, in NonMaxSuppression()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/ |
D | image_classifier_jni.cc | 76 jfloat score_threshold = in ConvertToProtoOptions() local
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/ |
D | object_detector_jni.cc | 75 jfloat score_threshold = in ConvertToProtoOptions() local
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
D | image_classifier.cc | 471 float score_threshold = options_->has_score_threshold() in Postprocess() local
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 667 const float score_threshold = scores[top_nth_percentile].score; in aom_flat_block_finder_run() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 3143 auto score_threshold = in TEST_P() local 3165 const float score_threshold; in TEST_P() member
|
D | convert_nodes.cc | 5928 TRT_ShapedWeights score_threshold = inputs.at(5).weights(); in ConvertCombinedNMS() local
|