From 6c0659525b0768dd7b08b41c5b56c2488ad794b5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 30 Apr 2020 02:02:50 -0700 Subject: [PATCH] Update GraphDef version to 387. PiperOrigin-RevId: 309185168 Change-Id: I2b6108c386aabaef4bddd62332c24ff5873adca7 --- 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 8d5e3e6e1ff..e3df3820c71 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 386 // Updated: 2020/4/29 +#define TF_GRAPH_DEF_VERSION 387 // Updated: 2020/4/30 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //