Home
last modified time | relevance | path

Searched refs:input_iou_threshold_ (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dnon_max_suppression_test.cc59 int input_iou_threshold_; member in tflite::__anonb194cb780111::BaseNMSOp
82 input_iou_threshold_ = AddConstInput(TensorType_FLOAT32, {iou_threshold}); in NonMaxSuppressionV4OpModel()
94 GetShape(input_iou_threshold_), in NonMaxSuppressionV4OpModel()
173 input_iou_threshold_ = AddConstInput(TensorType_FLOAT32, {iou_threshold}); in NonMaxSuppressionV5OpModel()
187 GetShape(input_max_output_size_), GetShape(input_iou_threshold_), in NonMaxSuppressionV5OpModel()