From d7503555753420aba3a4f9010bb5f7ed13d6c9ca Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 14 May 2020 02:02:43 -0700 Subject: [PATCH] Update GraphDef version to 401. PiperOrigin-RevId: 311492238 Change-Id: I93cb2eda8127d2ca0504ba2e06911a994c190347 --- 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 68df6a1b632..a534c0cf827 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 400 // Updated: 2020/5/13 +#define TF_GRAPH_DEF_VERSION 401 // Updated: 2020/5/14 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //