From 09c23dd1b2be88f4263da2a06b0f2d96edc61396 Mon Sep 17 00:00:00 2001 From: Yanhua Sun Date: Thu, 16 Apr 2020 10:08:00 -0700 Subject: [PATCH] Upgrade TF version to 2.1.0, merge internal and OSS version PiperOrigin-RevId: 306869418 Change-Id: I1c18927651a2084dd2d7de6fbb496122e888e4e0 --- tensorflow/core/public/version.h | 2 +- tensorflow/opensource_only.files | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h index 10d6b545b2a..02a5155af66 100644 --- a/tensorflow/core/public/version.h +++ b/tensorflow/core/public/version.h @@ -108,7 +108,7 @@ limitations under the License. #define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0 #define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0 -#define TF_GRAPH_DEF_VERSION 175 // Updated: 2019/10/1 +#define TF_GRAPH_DEF_VERSION 373 // Updated: 2020/4/16 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). // diff --git a/tensorflow/opensource_only.files b/tensorflow/opensource_only.files index 0324c9508cf..1e45bf60f83 100644 --- a/tensorflow/opensource_only.files +++ b/tensorflow/opensource_only.files @@ -4,7 +4,6 @@ tensorflow/api_template_v1.__init__.py tensorflow/compat_template.__init__.py tensorflow/compat_template_v1.__init__.py tensorflow/compiler/mlir/glob_lit_test.bzl -tensorflow/core/public/version.h tensorflow/lite/micro/build_def.bzl tensorflow/python/autograph/core/config.py tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver.py