public final class SaverDef extends com.github.os72.protobuf351.GeneratedMessageV3 implements SaverDefOrBuilder
Protocol buffer representing the configuration of a Saver.Protobuf type
tensorflow.SaverDef
Modifier and Type | Class and Description |
---|---|
static class |
SaverDef.Builder
Protocol buffer representing the configuration of a Saver.
|
static class |
SaverDef.CheckpointFormatVersion
A version number that identifies a different on-disk checkpoint format.
|
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
FILENAME_TENSOR_NAME_FIELD_NUMBER |
static int |
KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER |
static int |
MAX_TO_KEEP_FIELD_NUMBER |
static int |
RESTORE_OP_NAME_FIELD_NUMBER |
static int |
SAVE_TENSOR_NAME_FIELD_NUMBER |
static int |
SHARDED_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static SaverDef |
getDefaultInstance() |
SaverDef |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
String |
getFilenameTensorName()
The name of the tensor in which to specify the filename when saving or
restoring a model checkpoint.
|
com.github.os72.protobuf351.ByteString |
getFilenameTensorNameBytes()
The name of the tensor in which to specify the filename when saving or
restoring a model checkpoint.
|
float |
getKeepCheckpointEveryNHours()
How often to keep an additional checkpoint.
|
int |
getMaxToKeep()
Maximum number of checkpoints to keep.
|
com.github.os72.protobuf351.Parser<SaverDef> |
getParserForType() |
String |
getRestoreOpName()
The operation to run when restoring a model checkpoint.
|
com.github.os72.protobuf351.ByteString |
getRestoreOpNameBytes()
The operation to run when restoring a model checkpoint.
|
String |
getSaveTensorName()
The operation to run when saving a model checkpoint.
|
com.github.os72.protobuf351.ByteString |
getSaveTensorNameBytes()
The operation to run when saving a model checkpoint.
|
int |
getSerializedSize() |
boolean |
getSharded()
Shard the save files, one per device that has Variable nodes.
|
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
SaverDef.CheckpointFormatVersion |
getVersion()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
int |
getVersionValue()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SaverDef.Builder |
newBuilder() |
static SaverDef.Builder |
newBuilder(SaverDef prototype) |
SaverDef.Builder |
newBuilderForType() |
protected SaverDef.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static SaverDef |
parseDelimitedFrom(InputStream input) |
static SaverDef |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static SaverDef |
parseFrom(byte[] data) |
static SaverDef |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static SaverDef |
parseFrom(ByteBuffer data) |
static SaverDef |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static SaverDef |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static SaverDef |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static SaverDef |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static SaverDef |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static SaverDef |
parseFrom(InputStream input) |
static SaverDef |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<SaverDef> |
parser() |
SaverDef.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int FILENAME_TENSOR_NAME_FIELD_NUMBER
public static final int SAVE_TENSOR_NAME_FIELD_NUMBER
public static final int RESTORE_OP_NAME_FIELD_NUMBER
public static final int MAX_TO_KEEP_FIELD_NUMBER
public static final int SHARDED_FIELD_NUMBER
public static final int KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.github.os72.protobuf351.MessageOrBuilder
getUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3
public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.github.os72.protobuf351.GeneratedMessageV3
public String getFilenameTensorName()
The name of the tensor in which to specify the filename when saving or restoring a model checkpoint.
string filename_tensor_name = 1;
getFilenameTensorName
in interface SaverDefOrBuilder
public com.github.os72.protobuf351.ByteString getFilenameTensorNameBytes()
The name of the tensor in which to specify the filename when saving or restoring a model checkpoint.
string filename_tensor_name = 1;
getFilenameTensorNameBytes
in interface SaverDefOrBuilder
public String getSaveTensorName()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2;
getSaveTensorName
in interface SaverDefOrBuilder
public com.github.os72.protobuf351.ByteString getSaveTensorNameBytes()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2;
getSaveTensorNameBytes
in interface SaverDefOrBuilder
public String getRestoreOpName()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3;
getRestoreOpName
in interface SaverDefOrBuilder
public com.github.os72.protobuf351.ByteString getRestoreOpNameBytes()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3;
getRestoreOpNameBytes
in interface SaverDefOrBuilder
public int getMaxToKeep()
Maximum number of checkpoints to keep. If 0, no checkpoints are deleted.
int32 max_to_keep = 4;
getMaxToKeep
in interface SaverDefOrBuilder
public boolean getSharded()
Shard the save files, one per device that has Variable nodes.
bool sharded = 5;
getSharded
in interface SaverDefOrBuilder
public float getKeepCheckpointEveryNHours()
How often to keep an additional checkpoint. If not specified, only the last "max_to_keep" checkpoints are kept; if specified, in addition to keeping the last "max_to_keep" checkpoints, an additional checkpoint will be kept for every n hours of training.
float keep_checkpoint_every_n_hours = 6;
getKeepCheckpointEveryNHours
in interface SaverDefOrBuilder
public int getVersionValue()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
getVersionValue
in interface SaverDefOrBuilder
public SaverDef.CheckpointFormatVersion getVersion()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
getVersion
in interface SaverDefOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3
public void writeTo(com.github.os72.protobuf351.CodedOutputStream output) throws IOException
writeTo
in interface com.github.os72.protobuf351.MessageLite
writeTo
in class com.github.os72.protobuf351.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.github.os72.protobuf351.MessageLite
getSerializedSize
in class com.github.os72.protobuf351.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.github.os72.protobuf351.Message
equals
in class com.github.os72.protobuf351.AbstractMessage
public int hashCode()
hashCode
in interface com.github.os72.protobuf351.Message
hashCode
in class com.github.os72.protobuf351.AbstractMessage
public static SaverDef parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static SaverDef parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static SaverDef parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static SaverDef parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static SaverDef parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static SaverDef parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static SaverDef parseFrom(InputStream input) throws IOException
IOException
public static SaverDef parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SaverDef parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SaverDef parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SaverDef parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOException
public static SaverDef parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public SaverDef.Builder newBuilderForType()
newBuilderForType
in interface com.github.os72.protobuf351.Message
newBuilderForType
in interface com.github.os72.protobuf351.MessageLite
public static SaverDef.Builder newBuilder()
public static SaverDef.Builder newBuilder(SaverDef prototype)
public SaverDef.Builder toBuilder()
toBuilder
in interface com.github.os72.protobuf351.Message
toBuilder
in interface com.github.os72.protobuf351.MessageLite
protected SaverDef.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.github.os72.protobuf351.GeneratedMessageV3
public static SaverDef getDefaultInstance()
public static com.github.os72.protobuf351.Parser<SaverDef> parser()
public com.github.os72.protobuf351.Parser<SaverDef> getParserForType()
getParserForType
in interface com.github.os72.protobuf351.Message
getParserForType
in interface com.github.os72.protobuf351.MessageLite
getParserForType
in class com.github.os72.protobuf351.GeneratedMessageV3
public SaverDef getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
Copyright © 2018. All rights reserved.