aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-02 19:28:31 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-02 19:37:43 -0700
commit4b2d0180ba8c903f098f52eb9a12d26a7626dd34 (patch)
tree4190cd5f227cdf9f25dacc5f3e39285263ea3003 /tensorflow/core/ops
parentfa61b939bec50d731b86f40c79054503d629e29b (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 215501709
Diffstat (limited to 'tensorflow/core/ops')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt46
-rw-r--r--tensorflow/core/ops/ops.pbtxt8
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 e46cbc863d..4845767405 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -27070,6 +27070,52 @@ op {
is_stateful: true
}
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
+ }
+ attr {
+ name: "then_branch"
+ type: "func"
+ }
+ attr {
+ name: "else_branch"
+ type: "func"
+ }
+ attr {
+ name: "output_shapes"
+ type: "list(shape)"
+ default_value {
+ list {
+ }
+ }
+ }
+ is_stateful: true
+}
+op {
name: "Igamma"
input_arg {
name: "a"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 0e9f939ab4..229022b64c 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -13176,6 +13176,14 @@ op {
name: "else_branch"
type: "func"
}
+ attr {
+ name: "output_shapes"
+ type: "list(shape)"
+ default_value {
+ list {
+ }
+ }
+ }
is_stateful: true
}
op {