From f6e2a28158eadfffc1e385abb054502ca4cf96d4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 15 May 2020 02:02:46 -0700 Subject: [PATCH] Update GraphDef version to 402. PiperOrigin-RevId: 311693254 Change-Id: Ieb9a5f81784013ad6bb4a6b1fd1f119b34c68604 --- 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 a534c0cf827..8f0967c1eaa 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 401 // Updated: 2020/5/14 +#define TF_GRAPH_DEF_VERSION 402 // Updated: 2020/5/15 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //