From c2118a3c96a42e2ce52a965d356aaa6ee44c7d9f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 12 May 2020 02:02:58 -0700 Subject: [PATCH] Update GraphDef version to 399. PiperOrigin-RevId: 311084694 Change-Id: Ia06021ab41ddb9dafb1f3fbd173f9a8e5cc0efa1 --- 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 48fc0ce2a78..23e6138d553 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 398 // Updated: 2020/5/11 +#define TF_GRAPH_DEF_VERSION 399 // Updated: 2020/5/12 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //