Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dnon_max_suppression_test.cc71 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
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc198 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
H A Dnon_max_suppression_op.cu.cc317 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
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DNonMaxSuppressionFixture.h50 …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()
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPNonMaximumSuppressionKernel.cpp39 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()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPNonMaximumSuppression.cpp34 const float score_threshold, const float nms_threshold) in configure()
45 const float score_threshold, const float nms_threshold) in validate()
H A DCPPDetectionOutputLayer.cpp293 const std::vector<float> &scores, const float score_threshold, in ApplyNMSFast()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py3757 score_threshold=float('-inf'), argument
3810 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
H A Dimage_ops_test.py5477 def func(boxes, scores, max_output_size, iou_threshold, score_threshold): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dimage_ops.cc155 ShapeHandle score_threshold; in NMSShapeFn() local
178 ShapeHandle score_threshold; in SoftNMSShapeFn() local
1080 ShapeHandle score_threshold; in __anon269972ec1d02() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
H A Dimage_classifier_options.proto47 optional float score_threshold = 3; field
H A Dobject_detector_options.proto45 optional float score_threshold = 4; field
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
H A Dclassification_head.h61 float score_threshold; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dnon_max_suppression_test.cc39 void SetScoreThreshold(float score_threshold) { in SetScoreThreshold()
H A Dnon_max_suppression.cc227 const float score_threshold = *GetTensorData<float>(input_score_threshold); in Eval() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dnms_utils.cc48 Value score_threshold = func_.getArgument(4); in RewriteFunc() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dnon_max_suppression.h90 const float score_threshold, in NonMaxSuppression()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DNonMaxSuppression.cpp140 … unsigned int max_output_size, float score_threshold, float nms_threshold) in non_max_suppression()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/
H A Dimage_classifier_jni.cc76 jfloat score_threshold = in ConvertToProtoOptions() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/
H A Dobject_detector_jni.cc75 jfloat score_threshold = in ConvertToProtoOptions() local
/aosp_15_r20/external/googleapis/google/cloud/dataplex/v1/
H A Ddata_quality.proto56 float score_threshold = 2 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/
H A Dimage_classifier.cc471 float score_threshold = options_->has_score_threshold() in Postprocess() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc4374 auto score_threshold = in TEST_P() local
4396 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
H A Dconvert_nodes.cc5242 TRT_ShapedWeights score_threshold = inputs.at(5).weights(); in ConvertCombinedNMS() local
5401 TRT_ShapedWeights score_threshold = inputs.at(5).weights(); in ConvertCombinedNMS() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dnoise_model.c672 const float score_threshold = scores[top_nth_percentile].score; in aom_flat_block_finder_run() local