From 07e8d86cbd37c9e4bda6f9acd2b01c60234d5b72 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 18 Oct 2020 02:01:37 -0700 Subject: [PATCH] Update GraphDef version to 558. PiperOrigin-RevId: 337720780 Change-Id: I2a1deb6c0f01a2043602db03d69eceefa5537f11 --- 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 20fcc019ff8..0473230c5d0 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 557 // Updated: 2020/10/17 +#define TF_GRAPH_DEF_VERSION 558 // Updated: 2020/10/18 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //