From 80e2fb8119e9253a2907144d896ea6ab0599f7dd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 2 Jan 2026 01:03:34 -0800 Subject: [PATCH] Update GraphDef version to 2460. PiperOrigin-RevId: 851229763 --- 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 0cf1b012513..5be77d18a26 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 2459 // Updated: 2026/1/1 +#define TF_GRAPH_DEF_VERSION 2460 // Updated: 2026/1/2 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //