SaverDefOrBuilder

パブリック インターフェイスSaverDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getファイル名TensorName ()
 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.
抽象的なフロート
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
抽象整数
getMaxToKeep ()
 Maximum number of checkpoints to keep.
抽象文字列
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
抽象的な com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
抽象文字列
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
抽象的な com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
抽象ブール値
getSharded ()
 Shard the save files, one per device that has Variable nodes.
抽象SaverDef.CheckpointFormatVersion
getバージョン()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
抽象整数
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

パブリックメソッド

public abstract 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 abstract 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 abstract 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;

public abstract int getMaxToKeep ()

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

パブリック抽象 String getRestoreOpName ()

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

パブリック抽象 com.google.protobuf.ByteString getRestoreOpNameBytes ()

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

public abstract String getSaveTensorName ()

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

パブリック抽象 com.google.protobuf.ByteString getSaveTensorNameBytes ()

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

パブリック抽象ブール値getSharded ()

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

パブリック抽象SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

public abstract int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;