From ae5f78b6c460359b6b4d98aadb22be71a8bb56f1 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 9 Nov 2020 01:01:43 -0800 Subject: [PATCH] Update GraphDef version to 580. PiperOrigin-RevId: 341356330 Change-Id: Ife25d5d7a88a0879092502506b40d5d37d10060a --- 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 5553ff6fac0..32637ef237c 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 579 // Updated: 2020/11/8 +#define TF_GRAPH_DEF_VERSION 580 // Updated: 2020/11/9 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //