From dede7fa3c7ba43f3518d14bc21e682ef7a638243 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 24 Oct 2020 02:01:53 -0700 Subject: [PATCH] Update GraphDef version to 564. PiperOrigin-RevId: 338811459 Change-Id: I3fcd82bbb658852934a28cf09c96485e08cae65b --- 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 8921e9f8255..01c65283252 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 563 // Updated: 2020/10/23 +#define TF_GRAPH_DEF_VERSION 564 // Updated: 2020/10/24 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //