From cdd331ca3fb3160a5806548d382f7f9520dcb2b6 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 30 Oct 2025 02:04:27 -0700 Subject: [PATCH] Update GraphDef version to 2396. PiperOrigin-RevId: 825930720 --- 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 fd311baf45a..ec2203c3c73 100644 --- a/tensorflow/core/public/version.h +++ b/tensorflow/core/public/version.h @@ -93,7 +93,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 2395 // Updated: 2025/10/29 +#define TF_GRAPH_DEF_VERSION 2396 // Updated: 2025/10/30 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //