From bd0f0821f77f29a8a817bb0c21096cc24db302b5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 8 Jun 2020 02:02:46 -0700 Subject: [PATCH] Update GraphDef version to 426. PiperOrigin-RevId: 315233853 Change-Id: Ib813a7d84535169bfa6dea19843699821a451585 --- 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 46cbe0c4531..1aa8c84305e 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 425 // Updated: 2020/6/7 +#define TF_GRAPH_DEF_VERSION 426 // Updated: 2020/6/8 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //