From 66731f587f293a6189c296a7b447bdccf2819731 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 10 Oct 2020 02:02:06 -0700 Subject: [PATCH] Update GraphDef version to 550. PiperOrigin-RevId: 336435700 Change-Id: I77d14835973c0434944e544b68f33e844b2764c3 --- 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 75a8823afa0..6fbe19d0c46 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 549 // Updated: 2020/10/9 +#define TF_GRAPH_DEF_VERSION 550 // Updated: 2020/10/10 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //