From 6eef51065b01b39dd11cd3dba8b7f14243dd9c29 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 15 Jun 2023 02:11:37 -0700 Subject: [PATCH] Update GraphDef version to 1528. PiperOrigin-RevId: 540512371 --- 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 022baab5eb2a2c..f870f5e9ef6d62 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 1527 // Updated: 2023/6/14 +#define TF_GRAPH_DEF_VERSION 1528 // Updated: 2023/6/15 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //