Uses of Enum Class
org.tensorflow.util.SaverDef.CheckpointFormatVersion
Packages that use SaverDef.CheckpointFormatVersion
-
Uses of SaverDef.CheckpointFormatVersion in org.tensorflow.util
Methods in org.tensorflow.util 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static SaverDef.CheckpointFormatVersion[]SaverDef.CheckpointFormatVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tensorflow.util that return types with arguments of type SaverDef.CheckpointFormatVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SaverDef.CheckpointFormatVersion> SaverDef.CheckpointFormatVersion.internalGetValueMap()Methods in org.tensorflow.util with parameters of type SaverDef.CheckpointFormatVersionModifier and TypeMethodDescriptionSaverDef.Builder.setVersion(SaverDef.CheckpointFormatVersion value) .tensorflow.SaverDef.CheckpointFormatVersion version = 7;