aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-19 09:18:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-19 09:21:04 -0700
commitb81144bbfb9a7887b0cefb2802ef3cc6df4860ce (patch)
tree31ffb831531243e6d6706d08ab1923d04216b815 /tensorflow/core/ops/compat
parente240aa301afc57a63366638af4cf92c823e8084a (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 205251410
Diffstat (limited to 'tensorflow/core/ops/compat')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt55
1 files changed, 55 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index e91089e627..69351cd392 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -55243,6 +55243,61 @@ op {
}
}
op {
+ name: "ScatterNdNonAliasingAdd"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ input_arg {
+ name: "indices"
+ type_attr: "Tindices"
+ }
+ input_arg {
+ name: "updates"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "output"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_UINT8
+ type: DT_INT16
+ type: DT_INT8
+ type: DT_COMPLEX64
+ type: DT_INT64
+ type: DT_QINT8
+ type: DT_QUINT8
+ type: DT_QINT32
+ type: DT_BFLOAT16
+ type: DT_UINT16
+ type: DT_COMPLEX128
+ type: DT_HALF
+ type: DT_UINT32
+ type: DT_UINT64
+ type: DT_BOOL
+ }
+ }
+ }
+ attr {
+ name: "Tindices"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+}
+op {
name: "ScatterNdSub"
input_arg {
name: "ref"