From 27542d1e5c675f76020d08030ae677d704428d9a Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 8 Sep 2017 11:23:03 -0700 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 168021828 --- .../core/ops/compat/ops_history.v1.pbtxt | 43 +++++++++++++++++++ tensorflow/core/ops/ops.pbtxt | 1 + 2 files changed, 44 insertions(+) diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt index a8338620d69..70f47641eb2 100644 --- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt +++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt @@ -303,6 +303,49 @@ op { is_aggregate: true is_commutative: true } +op { + name: "AddN" + input_arg { + name: "inputs" + type_attr: "T" + number_attr: "N" + } + output_arg { + name: "sum" + type_attr: "T" + } + attr { + name: "N" + type: "int" + has_minimum: true + minimum: 1 + } + 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_INT16 + type: DT_INT8 + type: DT_COMPLEX64 + type: DT_COMPLEX128 + type: DT_QINT8 + type: DT_QUINT8 + type: DT_QINT32 + type: DT_HALF + type: DT_VARIANT + } + } + } + is_aggregate: true + is_commutative: true +} op { name: "AddSparseToTensorsMap" input_arg { diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index fb9b9278ed7..27163b7df2e 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -334,6 +334,7 @@ op { type: DT_QUINT8 type: DT_QINT32 type: DT_HALF + type: DT_VARIANT } } }