aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-12-15 09:02:30 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-15 09:23:01 -0800
commita39d7f9ebc87ad0db391191d3c338ca7a10f9b5d (patch)
tree48618f37552a013f74a8e350031bd4ad01dbacdf
parent5a21e678bd8b0fe294717a0362d41c6dfc467cef (diff)
Update ops-related pbtxt files.
Change: 142148654
-rw-r--r--tensorflow/core/ops/compat/ops_history.v0.pbtxt28
-rw-r--r--tensorflow/core/ops/ops.pbtxt4
2 files changed, 30 insertions, 2 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v0.pbtxt b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
index 1927b3384a..1d64c67103 100644
--- a/tensorflow/core/ops/compat/ops_history.v0.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
@@ -7121,6 +7121,34 @@ op {
}
}
op {
+ name: "BroadcastArgs"
+ input_arg {
+ name: "s0"
+ type_attr: "T"
+ }
+ input_arg {
+ name: "s1"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "r0"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ default_value {
+ type: DT_INT32
+ }
+ allowed_values {
+ list {
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+}
+op {
name: "BroadcastGradientArgs"
input_arg {
name: "s0"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 4ebba5c064..2cae739b80 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -3455,8 +3455,8 @@ op {
}
}
}
- summary: "Return the shape of s0 op s1 under broadcast."
- description: "Given `s0` and `s1`, tensors that represent shapes, compute `r0`, the\n broadcasted shape. `s0`, `s1` and `r0` are all integer vectors."
+ summary: "Return the shape of s0 op s1 with broadcast."
+ description: "Given `s0` and `s1`, tensors that represent shapes, compute `r0`, the\nbroadcasted shape. `s0`, `s1` and `r0` are all integer vectors."
}
op {
name: "BroadcastGradientArgs"