From f3b33698c537e46a95072e337f75461d57964d51 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Mon, 20 Apr 2020 02:02:39 -0700 Subject: [PATCH] Update GraphDef version to 377. PiperOrigin-RevId: 307355459 Change-Id: I8a905ade6c372a82aac84dd720e7e6e436ca19a6 --- 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 023007cd32c..9c2792bde26 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 376 // Updated: 2020/4/19 +#define TF_GRAPH_DEF_VERSION 377 // Updated: 2020/4/20 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //