From 59bcb3ab288a303fbd7225d6b9622b6945b038e4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 11 Aug 2020 02:01:47 -0700 Subject: [PATCH] Update GraphDef version to 490. PiperOrigin-RevId: 325979480 Change-Id: Id7dc33982c8f45b76f8b1d53a2d1f7f0a446ad8d --- 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 fa0df24a7e7cac..34b358612ad6f9 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 489 // Updated: 2020/8/10 +#define TF_GRAPH_DEF_VERSION 490 // Updated: 2020/8/11 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //