From 40eb54166ec56e83e381878c543b96dc29c9c952 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 8 May 2020 02:03:06 -0700 Subject: [PATCH] Update GraphDef version to 395. PiperOrigin-RevId: 310522784 Change-Id: I0ee8133d77a258bfb43638a76048d2f6ec217a35 --- 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 4df199d935b..915af0fc054 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 394 // Updated: 2020/5/7 +#define TF_GRAPH_DEF_VERSION 395 // Updated: 2020/5/8 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //