aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-12 21:19:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-12 21:25:10 -0700
commit79147b44135df9c2e5acbe2aaa106fba65612011 (patch)
treec45eb10a23854230677cecd4d82aa6478855a17a
parentc09b99baa624ea6b964df207fc3e239c916627a3 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 161760675
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt59
-rw-r--r--tensorflow/core/ops/ops.pbtxt8
2 files changed, 65 insertions, 2 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index bfe9214187..9f1ca05baa 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -4026,6 +4026,65 @@ op {
}
}
op {
+ name: "Bitcast"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "output"
+ type_attr: "type"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_INT64
+ type: DT_INT32
+ type: DT_UINT8
+ type: DT_UINT16
+ type: DT_INT8
+ type: DT_INT16
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
+ type: DT_QINT8
+ type: DT_QUINT8
+ type: DT_QINT16
+ type: DT_QUINT16
+ type: DT_QINT32
+ type: DT_HALF
+ }
+ }
+ }
+ attr {
+ name: "type"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_INT64
+ type: DT_INT32
+ type: DT_UINT8
+ type: DT_UINT16
+ type: DT_INT8
+ type: DT_INT16
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
+ type: DT_QINT8
+ type: DT_QUINT8
+ type: DT_QINT16
+ type: DT_QUINT16
+ type: DT_QINT32
+ type: DT_HALF
+ }
+ }
+ }
+}
+op {
name: "BitwiseAnd"
input_arg {
name: "x"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 11f2220f15..2b9978154c 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -3852,12 +3852,14 @@ op {
type: DT_INT32
type: DT_UINT8
type: DT_UINT16
- type: DT_INT16
type: DT_INT8
+ type: DT_INT16
type: DT_COMPLEX64
type: DT_COMPLEX128
type: DT_QINT8
type: DT_QUINT8
+ type: DT_QINT16
+ type: DT_QUINT16
type: DT_QINT32
type: DT_HALF
}
@@ -3874,12 +3876,14 @@ op {
type: DT_INT32
type: DT_UINT8
type: DT_UINT16
- type: DT_INT16
type: DT_INT8
+ type: DT_INT16
type: DT_COMPLEX64
type: DT_COMPLEX128
type: DT_QINT8
type: DT_QUINT8
+ type: DT_QINT16
+ type: DT_QUINT16
type: DT_QINT32
type: DT_HALF
}