From cfeaaff989fb760cbd17aaa34fa34aea5d4c7494 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 18 Jun 2024 02:04:07 -0700 Subject: [PATCH] Update GraphDef version to 1897. PiperOrigin-RevId: 644300313 --- 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 328188f87d53c5..5f8268ae46be11 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 1896 // Updated: 2024/6/17 +#define TF_GRAPH_DEF_VERSION 1897 // Updated: 2024/6/18 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //