SaverDef

공개 최종 클래스 SaverDef

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

중첩 클래스

수업 SaverDef.Builder
 Protocol buffer representing the configuration of a Saver. 
열거형 SaverDef.CheckpointFormatVersion
 A version number that identifies a different on-disk checkpoint format. 

상수

정수 FILENAME_TENSOR_NAME_FIELD_NUMBER
정수 KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER
정수 MAX_TO_KEEP_FIELD_NUMBER
정수 RESTORE_OP_NAME_FIELD_NUMBER
정수 SAVE_TENSOR_NAME_FIELD_NUMBER
정수 SHARDED_FIELD_NUMBER
정수 VERSION_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정적 SaverDef
SaverDef
최종 정적 com.google.protobuf.Descriptors.Descriptor
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.
최종 com.google.protobuf.UnknownFieldSet
SaverDef.CheckpointFormatVersion
버전 획득 ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
정수
getVersion값 ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
정수
최종 부울
정적 SaverDef.Builder
정적 SaverDef.Builder
newBuilder ( SaverDef 프로토타입)
SaverDef.Builder
정적 SaverDef
parsDelimitedFrom (InputStream 입력)
정적 SaverDef
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SaverDef
parsFrom (ByteBuffer 데이터)
정적 SaverDef
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SaverDef
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SaverDef
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 SaverDef
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 SaverDef
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 SaverDef
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SaverDef
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
SaverDef.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int FILENAME_TENSOR_NAME_FIELD_NUMBER

상수값: 1

공개 정적 최종 int KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER

상수값: 6

공개 정적 최종 int MAX_TO_KEEP_FIELD_NUMBER

상수값: 4

공개 정적 최종 int RESTORE_OP_NAME_FIELD_NUMBER

상수값: 3

공개 정적 최종 int SAVE_TENSOR_NAME_FIELD_NUMBER

상수값: 2

공개 정적 최종 int SHARDED_FIELD_NUMBER

상수값: 5

공개 정적 최종 정수 VERSION_FIELD_NUMBER

상수값: 7

공개 방법

공개 부울(객체 obj)와 같습니다 .

공개 정적 SaverDef getDefaultInstance ()

공개 SaverDef getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

공공의 getParserForType ()

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

공개 int getSerializedSize ()

공개 부울 getSharded ()

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

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

공개 int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 SaverDef.Builder newBuilder ()

공개 정적 SaverDef.Builder newBuilder ( SaverDef 프로토타입)

공개 SaverDef.Builder newBuilderForType ()

공개 정적 SaverDef parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 SaverDef parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 SaverDef 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 SaverDef 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
IO예외

공개 정적 SaverDef 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 SaverDef 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 SaverDef 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 SaverDef 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 SaverDef 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 SaverDef 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 SaverDef.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외