From 1ee51a3b868a3ccd5f80724f6b9389fd0a9aed07 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 22 Jul 2019 02:02:19 -0700 Subject: [PATCH] Update GraphDef version to 104. PiperOrigin-RevId: 259282364 --- 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 dcf8c974a63..a01653124b2 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 103 // Updated: 2019/7/21 +#define TF_GRAPH_DEF_VERSION 104 // Updated: 2019/7/22 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //