aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf/saver.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/protobuf/saver.proto')
-rw-r--r--tensorflow/core/protobuf/saver.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/protobuf/saver.proto b/tensorflow/core/protobuf/saver.proto
index 65fe9c4c98..a757d3f756 100644
--- a/tensorflow/core/protobuf/saver.proto
+++ b/tensorflow/core/protobuf/saver.proto
@@ -37,9 +37,9 @@ message SaverDef {
enum CheckpointFormatVersion {
// Internal legacy format.
LEGACY = 0;
- // Current format: tf.Saver() which works with tensorflow::table::Table.
+ // Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
- // Experimental format under development.
+ // Current format: more efficient.
V2 = 2;
}
CheckpointFormatVersion version = 7;