Enum SaverDef.CheckpointFormatVersion

java.lang.Object
java.lang.Enum<SaverDef.CheckpointFormatVersion>
org.tensorflow.proto.SaverDef.CheckpointFormatVersion
All Implemented Interfaces:
Internal.EnumLite, ProtocolMessageEnum, Serializable, Comparable<SaverDef.CheckpointFormatVersion>
Enclosing class:
SaverDef

public static enum SaverDef.CheckpointFormatVersion extends Enum<SaverDef.CheckpointFormatVersion> implements ProtocolMessageEnum
A version number that identifies a different on-disk checkpoint format.
Usually, each subclass of BaseSaverBuilder works with a particular
version/format.  However, it is possible that the same builder may be
upgraded to support a newer checkpoint format in the future.
Protobuf enum tensorflow.SaverDef.CheckpointFormatVersion