aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-11 15:18:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-11 15:21:50 -0700
commit0472c89ed62a46a2e86d608a30e4e57c09c40da1 (patch)
tree5c0fae9dab45af6116bc098f99d985a3fdd6f0ed
parentdfc2a6bad7d6f8b71bc4fbb65c0373c69f56b7b0 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 200122052
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt38
-rw-r--r--tensorflow/core/ops/ops.pbtxt1
2 files changed, 38 insertions, 1 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 8f8c90ee97..b48686d9a3 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -25469,6 +25469,44 @@ op {
}
}
op {
+ name: "If"
+ input_arg {
+ name: "cond"
+ type_attr: "Tcond"
+ }
+ input_arg {
+ name: "input"
+ type_list_attr: "Tin"
+ }
+ output_arg {
+ name: "output"
+ type_list_attr: "Tout"
+ }
+ attr {
+ name: "Tcond"
+ type: "type"
+ }
+ attr {
+ name: "Tin"
+ type: "list(type)"
+ has_minimum: true
+ }
+ attr {
+ name: "Tout"
+ type: "list(type)"
+ has_minimum: true
+ minimum: 1
+ }
+ attr {
+ name: "then_branch"
+ type: "func"
+ }
+ attr {
+ name: "else_branch"
+ type: "func"
+ }
+}
+op {
name: "Igamma"
input_arg {
name: "a"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index d3f3e87dfd..dd3a6cd22c 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -12358,7 +12358,6 @@ op {
name: "Tin"
type: "list(type)"
has_minimum: true
- minimum: 1
}
attr {
name: "Tout"