| /external/tensorflow/tensorflow/lite/kernels/internal/ | 
| D | non_max_suppression_test.cc | 71   const float score_threshold = 0.4;  in TEST()  local98   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/ComputeLibrary/tests/validation/fixtures/ | 
| D | NonMaxSuppressionFixture.h | 50 …void setup(TensorShape input_shape, unsigned int max_output_size, float score_threshold, float nms…  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 | 293                   const std::vector<float> &scores, const float score_threshold,  in ApplyNMSFast()
 | 
| /external/ComputeLibrary/src/core/CPP/kernels/ | 
| D | CPPNonMaximumSuppressionKernel.cpp | 39                           const float score_threshold, const float iou_threshold)  in validate_arguments()63 …              unsigned int max_output_size, const float score_threshold, const float iou_threshold)  in configure()
 86 …              unsigned int max_output_size, const float score_threshold, const float iou_threshold)  in validate()
 
 | 
| /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/tensorflow/tensorflow/core/kernels/image/ | 
| D | non_max_suppression_op.cc | 198                            const T score_threshold, const T soft_nms_sigma,  in DoNonMaxSuppressionOp()342                    const float score_threshold, const float iou_threshold,  in DoNMSPerClass()
 467     const float score_threshold, const float iou_threshold,  in BatchedNonMaxSuppressionOp()
 737     const Tensor& score_threshold = context->input(4);  in Compute()  local
 791     const Tensor& score_threshold = context->input(4);  in Compute()  local
 860     const Tensor& score_threshold = context->input(4);  in Compute()  local
 935     const Tensor& score_threshold = context->input(4);  in Compute()  local
 1007     const Tensor& score_threshold = context->input(5);  in Compute()  local
 
 | 
| D | non_max_suppression_op.cu.cc | 317              const float iou_threshold_val, const float score_threshold,  in DoNMS()584     const Tensor& score_threshold = context->input(4);  in Compute()  local
 629     const Tensor& score_threshold = context->input(4);  in Compute()  local
 
 | 
| /external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ | 
| D | classification_head.h | 61   float score_threshold;  member
 | 
| /external/tensorflow/tensorflow/python/ops/ | 
| D | image_ops_impl.py | 3757                         score_threshold=float('-inf'),  argument3810                                     score_threshold=float('-inf'),  argument
 3900                                       score_threshold=float('-inf'),  argument
 5080                                  score_threshold=float('-inf'),  argument
 5344                                score_threshold=float('-inf'),  argument
 5439                                   score_threshold=float('-inf'),  argument
 5677                                   score_threshold=float('-inf'),  argument
 
 | 
| D | image_ops_test.py | 5477       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()  local178   ShapeHandle score_threshold;  in SoftNMSShapeFn()  local
 1080       ShapeHandle score_threshold;  in __anonf6f833bb1d02()  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/tensorflow/tensorflow/compiler/mlir/lite/utils/ | 
| D | nms_utils.cc | 48   Value score_threshold = func_.getArgument(4);  in RewriteFunc()  local
 | 
| /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/ComputeLibrary/tests/validation/reference/ | 
| D | NonMaxSuppression.cpp | 140 …                          unsigned int max_output_size, float score_threshold, float nms_threshold)  in non_max_suppression()
 | 
| /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/aom_dsp/ | 
| D | noise_model.c | 672   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 | 4374     auto score_threshold =  in TEST_P()  local4396     const float score_threshold;  in TEST_P()  member
 4574     auto score_threshold =  in TEST_P()  local
 4596     const float score_threshold;  in TEST_P()  member
 
 | 
| D | convert_nodes.cc | 5242   TRT_ShapedWeights score_threshold = inputs.at(5).weights();  in ConvertCombinedNMS()  local5401   TRT_ShapedWeights score_threshold = inputs.at(5).weights();  in ConvertCombinedNMS()  local
 
 |