From 0f8a27183657972c8ba2bce150e1364179ded6f9 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 1 Feb 2021 01:01:33 -0800 Subject: [PATCH] Update GraphDef version to 664. PiperOrigin-RevId: 354885903 Change-Id: I464c413af0d01828dea2f99427489eaa9e79450f --- 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 0707c604b1d..e46e8b616fc 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 663 // Updated: 2021/1/31 +#define TF_GRAPH_DEF_VERSION 664 // Updated: 2021/2/1 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //