From 0824c23f155d25b7dba4bae9b17b3a0537d347e4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 13 Sep 2023 02:02:04 -0700 Subject: [PATCH] Update GraphDef version to 1618. PiperOrigin-RevId: 564978233 --- 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 959ade28c37..a9594d2c6aa 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 1617 // Updated: 2023/9/12 +#define TF_GRAPH_DEF_VERSION 1618 // Updated: 2023/9/13 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). // -- GitLab