SaverDefOrBuilder

공용 인터페이스 SaverDefOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
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.
추상 플로트
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
버전 획득 ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
추상 정수
getVersion값 ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

공개 방법

공개 추상 문자열 getFilenameTensorName ()

 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
 
string filename_tensor_name = 1;

공개 추상 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;

공개 추상 부동 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;

공개 추상 int getMaxToKeep ()

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

공개 추상 문자열 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;

공개 추상 문자열 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;

공개 추상 int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;