From 77bbf078e50518354475043a01fb0a20fa312d14 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 4 Jun 2019 02:02:22 -0700 Subject: [PATCH] Update GraphDef version to 56. PiperOrigin-RevId: 251397186 --- 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 a1724c76c2f..f783e427473 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 55 // Updated: 2019/6/3 +#define TF_GRAPH_DEF_VERSION 56 // Updated: 2019/6/4 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //