From 377434ff41473a33f7bedd1c08199d5af1fd33e9 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 31 Oct 2020 02:01:41 -0700 Subject: [PATCH] Update GraphDef version to 571. PiperOrigin-RevId: 340005180 Change-Id: Id2be30ca6dc141ef6c51113e0ef915d03568ba3b --- 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 25899a7f9f9..1f360e407d9 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 570 // Updated: 2020/10/30 +#define TF_GRAPH_DEF_VERSION 571 // Updated: 2020/10/31 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). // -- GitLab