From 5ef2f641c7d3f2d94d65143e565b55af023f1b07 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 26 Aug 2020 02:02:25 -0700 Subject: [PATCH] Update GraphDef version to 505. PiperOrigin-RevId: 328491586 Change-Id: I2854e30468bc26a62858a2c36892fedcd7f03379 --- 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 8481e376c9b..2cdfcb33c86 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 504 // Updated: 2020/8/25 +#define TF_GRAPH_DEF_VERSION 505 // Updated: 2020/8/26 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //