From d5f62ec58a4daf9f22643201593b0bf410ba2dfd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 20 May 2020 02:02:37 -0700 Subject: [PATCH] Update GraphDef version to 407. PiperOrigin-RevId: 312443334 Change-Id: I0ac828bea677a2a96bc51a495aef7f166bb1f5cf --- 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 048ed8e930e..6c6c46980d9 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 406 // Updated: 2020/5/19 +#define TF_GRAPH_DEF_VERSION 407 // Updated: 2020/5/20 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //