aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Jacques Pienaar <jpienaar@google.com>2018-01-23 17:26:50 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-23 17:30:53 -0800
commit678560c3fc5be1a1a2b8632136cbce0390d2c240 (patch)
tree30a88123acec714f39f976f27106c54c85e4e833 /tensorflow/core/public
parent8c30d9a635b9d6456239fe9ec5526a8bba998e34 (diff)
Mark TensorArrayV2 ops and deprecated io_ops deprecated.
PiperOrigin-RevId: 183019408
Diffstat (limited to 'tensorflow/core/public')
-rw-r--r--tensorflow/core/public/version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index 3baab75e27..836efc079f 100644
--- a/tensorflow/core/public/version.h
+++ b/tensorflow/core/public/version.h
@@ -94,10 +94,12 @@ limitations under the License.
// 26. Add a bool 'stripped_default_attrs' to MetaInfoDef indicating
// whether default-valued attrs have been stripped from the nodes in the
// GraphDef. (7dec2017)
+// 27. Deprecate TensorArray ops v2 in favor of v3 and deprecated io_ops
+// deprecated in favor of V2 ops. (2018/01/23)
#define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0
#define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0
-#define TF_GRAPH_DEF_VERSION 25
+#define TF_GRAPH_DEF_VERSION 26
// Checkpoint compatibility versions (the versions field in SavedSliceMeta).
//