/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | non_max_suppression_test.cc | 70 const float iou_threshold = 0.5; in TEST() local 97 const float iou_threshold = 0.5; in TEST() local 126 const float iou_threshold = 0.5; in TEST() local 168 const float iou_threshold = 0.5; in TEST() local 205 const float iou_threshold = 0.5; in TEST() local 272 const float iou_threshold = 1.0; in TEST() local 309 const float iou_threshold = 0.5; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | non_max_suppression_op.cu.cc | 77 const T iou_threshold) { in OverThreshold() 167 const float iou_threshold, const int bit_mask_len, in NMSKernel() 480 const Tensor& iou_threshold) { in CheckValidInputs() 537 const Tensor& iou_threshold = context->input(3); in Compute() local 576 const Tensor& iou_threshold = context->input(3); in Compute() local 621 const Tensor& iou_threshold = context->input(3); in Compute() local 668 const float iou_threshold, int* d_selected_indices, int* h_nkeep, in NmsGpu()
|
H A D | non_max_suppression_op.cc | 342 const float score_threshold, const float iou_threshold, in DoNMSPerClass() 467 const float score_threshold, const float iou_threshold, in BatchedNonMaxSuppressionOp() 679 const Tensor& iou_threshold = context->input(3); in Compute() local 725 const Tensor& iou_threshold = context->input(3); in Compute() local 781 const Tensor& iou_threshold = context->input(3); in Compute() local 850 const Tensor& iou_threshold = context->input(3); in Compute() local 1000 const Tensor& iou_threshold = context->input(4); in Compute() local
|
H A D | non_max_suppression_op_test.cc | 34 void MakeOp(float iou_threshold) { in MakeOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | image_ops_impl.py | 3756 iou_threshold=0.5, argument 3809 iou_threshold=0.5, argument 5079 iou_threshold=0.5, argument 5204 def _self_suppression(iou, _, iou_sum, iou_threshold): argument 5242 def _cross_suppression(boxes, box_slice, iou_threshold, inner_idx, tile_size): argument 5270 def _suppression_loop_body(boxes, iou_threshold, output_size, idx, tile_size): argument 5292 def cross_suppression_func(boxes, box_slice, iou_threshold, inner_idx): argument 5343 iou_threshold=0.5, argument 5438 iou_threshold=0.5, argument 5625 def suppression_loop_body(boxes, iou_threshold, output_size, idx): argument [all …]
|
H A D | image_ops_test.py | 5398 def func(boxes, scores, max_output_size, iou_threshold): argument 5477 def func(boxes, scores, max_output_size, iou_threshold, score_threshold): argument
|
/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/tensorflow/tensorflow/lite/kernels/ |
H A D | non_max_suppression_test.cc | 70 explicit NonMaxSuppressionV4OpModel(const float iou_threshold, in NonMaxSuppressionV4OpModel() 160 explicit NonMaxSuppressionV5OpModel(const float iou_threshold, in NonMaxSuppressionV5OpModel()
|
H A D | non_max_suppression.cc | 222 const float iou_threshold = *GetTensorData<float>(input_iou_threshold); in Eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | image_ops.cc | 153 ShapeHandle iou_threshold; in NMSShapeFn() local 176 ShapeHandle iou_threshold; in SoftNMSShapeFn() local 983 ShapeHandle iou_threshold; in __anon269972ec1a02() local
|
/aosp_15_r20/external/armnn/python/pyarmnn/examples/object_detection/ |
H A D | yolo.py | 47 def yolo_processing(output: np.ndarray, confidence_threshold=0.40, iou_threshold=0.40): argument
|
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/ |
H A D | detection.proto | 58 float iou_threshold = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/automl/v1/ |
H A D | detection.proto | 58 float iou_threshold = 1; field
|
/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/ |
H A D | NMS.hpp | 17 float iou_threshold{0.8f}; /**< Inclusion threshold for Intersection-Over-Union */ member
|
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/ |
H A D | detection.proto | 85 float iou_threshold = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/automl/v1beta1/ |
H A D | detection.proto | 85 float iou_threshold = 1; field
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | custom_op_db.py | 415 def _(boxes, scores, iou_threshold): argument 426 def numpy_nms_vmap(info, in_dims, boxes, scores, iou_threshold): argument
|
/aosp_15_r20/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/ |
H A D | evaluation.proto | 93 float iou_threshold = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/datalabeling/v1beta1/ |
H A D | evaluation.proto | 93 float iou_threshold = 1; field
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ |
H A D | image_metrics.h | 95 float iou_threshold = 0.5; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
H A D | nms_utils.cc | 47 Value iou_threshold = func_.getArgument(3); in RewriteFunc() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | non_max_suppression.h | 89 const float iou_threshold, in NonMaxSuppression()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
H A D | evaluation_stages.proto | 276 optional float iou_threshold = 1; field
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_nodes_test.cc | 4372 auto iou_threshold = in TEST_P() local 4395 const float iou_threshold; in TEST_P() member 4572 auto iou_threshold = in TEST_P() local 4595 const float iou_threshold; in TEST_P() member
|
H A D | convert_nodes.cc | 5241 TRT_ShapedWeights iou_threshold = inputs.at(4).weights(); in ConvertCombinedNMS() local 5400 TRT_ShapedWeights iou_threshold = inputs.at(4).weights(); in ConvertCombinedNMS() local
|