From 64a37a9028f9d527ef3e1a137a1c4ba9c8254622 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 26 May 2020 02:02:44 -0700 Subject: [PATCH] Update GraphDef version to 413. PiperOrigin-RevId: 313152254 Change-Id: Ic0dce11fd9e1e6c24390446de3c72f4e6367b26f --- 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 8cdf617144d..b02f78a9dc3 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 412 // Updated: 2020/5/25 +#define TF_GRAPH_DEF_VERSION 413 // Updated: 2020/5/26 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //