Uses of Enum
org.tensorflow.proto.SaverDef.CheckpointFormatVersion
Packages that use SaverDef.CheckpointFormatVersion
-
Uses of SaverDef.CheckpointFormatVersion in org.tensorflow.proto
Subclasses with type arguments of type SaverDef.CheckpointFormatVersion in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumA version number that identifies a different on-disk checkpoint format.Methods in org.tensorflow.proto that return SaverDef.CheckpointFormatVersionModifier and TypeMethodDescriptionSaverDef.CheckpointFormatVersion.forNumber(int value) SaverDef.Builder.getVersion().tensorflow.SaverDef.CheckpointFormatVersion version = 7;SaverDef.getVersion().tensorflow.SaverDef.CheckpointFormatVersion version = 7;SaverDefOrBuilder.getVersion().tensorflow.SaverDef.CheckpointFormatVersion version = 7;SaverDef.CheckpointFormatVersion.valueOf(int value) Deprecated.SaverDef.CheckpointFormatVersion.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SaverDef.CheckpointFormatVersion[]SaverDef.CheckpointFormatVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type SaverDef.CheckpointFormatVersionMethods in org.tensorflow.proto with parameters of type SaverDef.CheckpointFormatVersionModifier and TypeMethodDescriptionSaverDef.Builder.setVersion(SaverDef.CheckpointFormatVersion value) .tensorflow.SaverDef.CheckpointFormatVersion version = 7;