From: A. Unique TensorFlower Date: Mon, 14 May 2018 21:32:03 +0000 (-0700) Subject: Add score filtering to tf.image.non_max_suppression. X-Git-Tag: upstream/v1.9.0_rc1~116^2^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a300437cecfae36f7584694dac523851f1cd931;p=platform%2Fupstream%2Ftensorflow.git Add score filtering to tf.image.non_max_suppression. PiperOrigin-RevId: 196567928 --- diff --git a/tensorflow/core/api_def/base_api/api_def_NonMaxSuppressionV3.pbtxt b/tensorflow/core/api_def/base_api/api_def_NonMaxSuppressionV3.pbtxt new file mode 100644 index 0000000..25ec87e --- /dev/null +++ b/tensorflow/core/api_def/base_api/api_def_NonMaxSuppressionV3.pbtxt @@ -0,0 +1,64 @@ +op { + graph_op_name: "NonMaxSuppressionV3" + in_arg { + name: "boxes" + description: <