Upgrade TF version to 2.1.0, merge internal and OSS version
PiperOrigin-RevId: 306869418 Change-Id: I1c18927651a2084dd2d7de6fbb496122e888e4e0
This commit is contained in:
parent
8fbe04075b
commit
09c23dd1b2
|
@ -108,7 +108,7 @@ limitations under the License.
|
||||||
|
|
||||||
#define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0
|
#define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0
|
||||||
#define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 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).
|
// Checkpoint compatibility versions (the versions field in SavedSliceMeta).
|
||||||
//
|
//
|
||||||
|
|
|
@ -4,7 +4,6 @@ tensorflow/api_template_v1.__init__.py
|
||||||
tensorflow/compat_template.__init__.py
|
tensorflow/compat_template.__init__.py
|
||||||
tensorflow/compat_template_v1.__init__.py
|
tensorflow/compat_template_v1.__init__.py
|
||||||
tensorflow/compiler/mlir/glob_lit_test.bzl
|
tensorflow/compiler/mlir/glob_lit_test.bzl
|
||||||
tensorflow/core/public/version.h
|
|
||||||
tensorflow/lite/micro/build_def.bzl
|
tensorflow/lite/micro/build_def.bzl
|
||||||
tensorflow/python/autograph/core/config.py
|
tensorflow/python/autograph/core/config.py
|
||||||
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver.py
|
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver.py
|
||||||
|
|
Loading…
Reference in New Issue