From 46b6537110a00470dfc3093911f1a8c9eebdbe25 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Sun, 20 Sep 2020 02:01:46 -0700 Subject: [PATCH] Update GraphDef version to 530. PiperOrigin-RevId: 332693440 Change-Id: Ic98da5752a2d1b832f265266245112c02dda8c6a --- 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 4e8b470365c..28e9fb2794e 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 529 // Updated: 2020/9/19 +#define TF_GRAPH_DEF_VERSION 530 // Updated: 2020/9/20 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //