From 02a4290cbd2a2234c7b65d5fc89c060096aaa74b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 25 Jul 2019 02:02:20 -0700 Subject: [PATCH] Update GraphDef version to 107. PiperOrigin-RevId: 259906652 --- 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 304eef492c6..a854d9056e1 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 106 // Updated: 2019/7/24 +#define TF_GRAPH_DEF_VERSION 107 // Updated: 2019/7/25 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //