From 5d94df816394d23c7183af3cb38eea3f16e4bd31 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 2 Dec 2023 01:02:19 -0800 Subject: [PATCH] Update GraphDef version to 1698. PiperOrigin-RevId: 587260364 --- 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 bc01dd0998da44..7e322009d2eb9c 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 1697 // Updated: 2023/12/1 +#define TF_GRAPH_DEF_VERSION 1698 // Updated: 2023/12/2 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //