From cbb1ddb264c641d480fc853f594faf7ad6d8c5dd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 23 Jun 2019 02:15:38 -0700 Subject: [PATCH] Update GraphDef version to 75. PiperOrigin-RevId: 254618435 --- 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 5abf5b8dea2..0f697a1a336 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 74 // Updated: 2019/6/22 +#define TF_GRAPH_DEF_VERSION 75 // Updated: 2019/6/23 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //