From 6cbf4be35b2732b59091c966dfee3928bd47d627 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 30 May 2020 02:02:31 -0700 Subject: [PATCH] Update GraphDef version to 417. PiperOrigin-RevId: 313917104 Change-Id: I5282beab35bebf686121c82b1bc8be1756113f63 --- tensorflow/core/public/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h index 771e2860fc1..1548c5dbbe5 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 416 // Updated: 2020/5/29 +#define TF_GRAPH_DEF_VERSION 417 // Updated: 2020/5/30 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //