/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A 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()
|
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/ |
H A 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()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/ |
H A 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()
|
H A D | CPPDetectionOutputLayer.cpp | 293 const std::vector<float> &scores, const float score_threshold, in ApplyNMSFast()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_impl.py | 3757 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 D | image_ops_test.py | 5477 def func(boxes, scores, max_output_size, iou_threshold, score_threshold): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | image_ops.cc | 155 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 D | image_classifier_options.proto | 47 optional float score_threshold = 3; field
|
H A D | object_detector_options.proto | 45 optional float score_threshold = 4; field
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
H A D | classification_head.h | 61 float score_threshold; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | non_max_suppression_test.cc | 39 void SetScoreThreshold(float score_threshold) { in SetScoreThreshold()
|
H A D | non_max_suppression.cc | 227 const float score_threshold = *GetTensorData<float>(input_score_threshold); in Eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
H A D | nms_utils.cc | 48 Value score_threshold = func_.getArgument(4); in RewriteFunc() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | non_max_suppression.h | 90 const float score_threshold, in NonMaxSuppression()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | NonMaxSuppression.cpp | 140 … 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 D | image_classifier_jni.cc | 76 jfloat score_threshold = in ConvertToProtoOptions() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/ |
H A D | object_detector_jni.cc | 75 jfloat score_threshold = in ConvertToProtoOptions() local
|
/aosp_15_r20/external/googleapis/google/cloud/dataplex/v1/ |
H A D | data_quality.proto | 56 float score_threshold = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
H A D | image_classifier.cc | 471 float score_threshold = options_->has_score_threshold() in Postprocess() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_nodes_test.cc | 4374 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 D | convert_nodes.cc | 5242 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 D | noise_model.c | 672 const float score_threshold = scores[top_nth_percentile].score; in aom_flat_block_finder_run() local
|