From bb49eafc080caf205d5ba4478d9c93552ce46d57 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 6 Sep 2020 02:02:13 -0700 Subject: [PATCH] Update GraphDef version to 516. PiperOrigin-RevId: 330251072 Change-Id: I13b6ba568be717243aa92e2439a13191dcf115c5 --- 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 b9b9502b08d..06ea0aaf4b1 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 515 // Updated: 2020/9/5 +#define TF_GRAPH_DEF_VERSION 516 // Updated: 2020/9/6 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //