From df7c7d6cf208c5828e223b5a41d2ae1dd6e74fd9 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 3 Sep 2019 02:02:31 -0700 Subject: [PATCH] Update GraphDef version to 147. PiperOrigin-RevId: 266881971 --- 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 fd099205968..ab6739b98f1 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 146 // Updated: 2019/9/2 +#define TF_GRAPH_DEF_VERSION 147 // Updated: 2019/9/3 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //