From 3b95a6316b47b10e877151fbca3d12e49a38fdf5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 7 Mar 2021 01:01:45 -0800 Subject: [PATCH] Update GraphDef version to 698. PiperOrigin-RevId: 361392931 Change-Id: Id814635746941c0666d2cf136f6acc424e7d0e9c --- 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 985a870ec3e..445203bd829 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 697 // Updated: 2021/3/6 +#define TF_GRAPH_DEF_VERSION 698 // Updated: 2021/3/7 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //