SaverDef

publiczna klasa końcowa SaverDef

 Protocol buffer representing the configuration of a Saver.
 
Protobuf typu tensorflow.SaverDef

Klasy zagnieżdżone

klasa Konstruktor SaverDef
 Protocol buffer representing the configuration of a Saver. 
wyliczenie SaverDef.CheckpointFormatVersion
 A version number that identifies a different on-disk checkpoint format. 

Stałe

wew FILENAME_TENSOR_NAME_FIELD_NUMBER
wew KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER
wew MAX_TO_KEEP_FIELD_NUMBER
wew RESTORE_OP_NAME_FIELD_NUMBER
wew SAVE_TENSOR_NAME_FIELD_NUMBER
wew SHARDED_FIELD_NUMBER
wew VERSION_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczny SaverDef
OszczędzaczDef
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
getFilenameTensorName ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
com.google.protobuf.ByteString
getFilenameTensorNameBytes ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
platforma
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
wew
getMaxToKeep ()
 Maximum number of checkpoints to keep.
Strunowy
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
Strunowy
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
wew
wartość logiczna
getSharded ()
 Shard the save files, one per device that has Variable nodes.
końcowy com.google.protobuf.UnknownFieldSet
SaverDef.CheckpointFormatVersion
pobierz wersję ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
wew
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
wew
końcowa wartość logiczna
statyczny program SaverDef.Builder
statyczny program SaverDef.Builder
newBuilder (prototyp SaverDef )
Konstruktor SaverDef
statyczny SaverDef
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny SaverDef
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny SaverDef
parseFrom (dane ByteBuffer)
statyczny SaverDef
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny SaverDef
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny SaverDef
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny SaverDef
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny SaverDef
parseFrom (dane com.google.protobuf.ByteString)
statyczny SaverDef
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny SaverDef
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
Konstruktor SaverDef
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny finał w FILENAME_TENSOR_NAME_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int MAX_TO_KEEP_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int RESTORE_OP_NAME_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int SAVE_TENSOR_NAME_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int SHARDED_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int VERSION_FIELD_NUMBER

Wartość stała: 7

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny statyczny SaverDef getDefaultInstance ()

publiczny SaverDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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;

public com.google.protobuf.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;

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;

publiczny int getMaxToKeep ()

 Maximum number of checkpoints to keep.  If 0, no checkpoints are deleted.
 
int32 max_to_keep = 4;

publiczny getParserForType ()

publiczny ciąg getRestoreOpName ()

 The operation to run when restoring a model checkpoint.
 
string restore_op_name = 3;

public com.google.protobuf.ByteString getRestoreOpNameBytes ()

 The operation to run when restoring a model checkpoint.
 
string restore_op_name = 3;

publiczny ciąg getSaveTensorName ()

 The operation to run when saving a model checkpoint.
 
string save_tensor_name = 2;

public com.google.protobuf.ByteString getSaveTensorNameBytes ()

 The operation to run when saving a model checkpoint.
 
string save_tensor_name = 2;

publiczny int getSerializedSize ()

publiczna wartość logiczna getSharded ()

 Shard the save files, one per device that has Variable nodes.
 
bool sharded = 5;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

public SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

publiczny int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny SaverDef.Builder newBuilder ()

publiczny statyczny SaverDef.Builder newBuilder (prototyp SaverDef )

public SaverDef.Builder newBuilderForType ()

publiczny statyczny SaverDef parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny SaverDef parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny SaverDef parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static SaverDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny SaverDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny SaverDef parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny SaverDef parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny SaverDef parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny SaverDef parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SaverDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public SaverDef.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO