From e0b7d2d0c0c29e6d68c66b0b8eab99a0ed063306 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 27 Nov 2023 01:02:18 -0800 Subject: [PATCH] Update GraphDef version to 1693. PiperOrigin-RevId: 585563003 --- 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 d55e052e604047..8a73ca7c587313 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 1692 // Updated: 2023/11/26 +#define TF_GRAPH_DEF_VERSION 1693 // Updated: 2023/11/27 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //