aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-03 12:47:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-03 14:07:19 -0700
commit242ecdee4f4214b2051fba95b044f269c69527c0 (patch)
tree826decf3d6481b3e842f8cfb4be645dcc8ca00c7
parent40c26b991a0babd5171b0eb562435ef7d854d2d4 (diff)
Update ops-related pbtxt files.
Change: 152052325
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt29
-rw-r--r--tensorflow/core/ops/ops.pbtxt4
2 files changed, 33 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 2af4e8692b..562bbe41d3 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -11006,6 +11006,35 @@ op {
}
}
op {
+ name: "OnesLike"
+ input_arg {
+ name: "x"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "y"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_UINT8
+ type: DT_HALF
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_INT8
+ type: DT_INT16
+ type: DT_INT32
+ type: DT_INT64
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
+ }
+ }
+ }
+}
+op {
name: "Pack"
input_arg {
name: "values"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 8cea2b239e..fab9ad8ba0 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -11892,8 +11892,12 @@ op {
type: "type"
allowed_values {
list {
+ type: DT_UINT8
+ type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
+ type: DT_INT8
+ type: DT_INT16
type: DT_INT32
type: DT_INT64
type: DT_COMPLEX64