aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-10 17:18:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-10 19:25:45 -0700
commitd0f70aad3f09d372d88b597ca3f9521f1f18d65c (patch)
tree6dd81ec85ea331e1ca26565c7ac37919d4684d9d /tensorflow
parent57527f7e47e3e67966b432065f510a601a4d8647 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 204040908
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt27
-rw-r--r--tensorflow/core/ops/ops.pbtxt27
2 files changed, 54 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 5b3056fed1..6cdd03e6a0 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -36356,6 +36356,33 @@ op {
}
}
op {
+ name: "NonMaxSuppressionWithOverlaps"
+ input_arg {
+ name: "overlaps"
+ type: DT_FLOAT
+ }
+ input_arg {
+ name: "scores"
+ type: DT_FLOAT
+ }
+ input_arg {
+ name: "max_output_size"
+ type: DT_INT32
+ }
+ input_arg {
+ name: "overlap_threshold"
+ type: DT_FLOAT
+ }
+ input_arg {
+ name: "score_threshold"
+ type: DT_FLOAT
+ }
+ output_arg {
+ name: "selected_indices"
+ type: DT_INT32
+ }
+}
+op {
name: "NotEqual"
input_arg {
name: "x"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index ea49119784..9a9f10f01f 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -17024,6 +17024,33 @@ op {
}
}
op {
+ name: "NonMaxSuppressionWithOverlaps"
+ input_arg {
+ name: "overlaps"
+ type: DT_FLOAT
+ }
+ input_arg {
+ name: "scores"
+ type: DT_FLOAT
+ }
+ input_arg {
+ name: "max_output_size"
+ type: DT_INT32
+ }
+ input_arg {
+ name: "overlap_threshold"
+ type: DT_FLOAT
+ }
+ input_arg {
+ name: "score_threshold"
+ type: DT_FLOAT
+ }
+ output_arg {
+ name: "selected_indices"
+ type: DT_INT32
+ }
+}
+op {
name: "NotEqual"
input_arg {
name: "x"