SaverDef

lớp cuối cùng công khai SaverDef

 Protocol buffer representing the configuration of a Saver.
 
Tenorflow loại tensorflow.SaverDef

Các lớp lồng nhau

lớp học SaverDef.Builder
 Protocol buffer representing the configuration of a Saver. 
liệt kê SaverDef.CheckpointFormatVersion
 A version number that identifies a different on-disk checkpoint format. 

Hằng số

int FILENAME_TENSOR_NAME_FIELD_NUMBER
int KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER
int MAX_TO_KEEP_FIELD_NUMBER
int RESTORE_OP_NAME_FIELD_NUMBER
int SAVE_TENSOR_NAME_FIELD_NUMBER
int SHARDED_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Phương pháp công khai

boolean
bằng (Đối tượng obj)
SaverDef tĩnh
SaverDef
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
Sợi dây
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.
trôi nổi
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
int
getMaxToKeep ()
 Maximum number of checkpoints to keep.
Sợi dây
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
Sợi dây
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
int
boolean
getSharded ()
 Shard the save files, one per device that has Variable nodes.
com.google.protobuf.UnknownFieldSet cuối cùng
SaverDef.CheckpointFormatVersion
getVersion ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
int
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
int
boolean cuối cùng
SaverDef.Builder tĩnh
SaverDef.Builder tĩnh
newBuilder ( nguyên mẫu SaverDef )
SaverDef.Builder
SaverDef tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
SaverDef tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
SaverDef tĩnh
ParseFrom (dữ liệu ByteBuffer)
SaverDef tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SaverDef tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SaverDef tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
SaverDef tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SaverDef tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
SaverDef tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SaverDef tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
SaverDef.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh công khai FILENAME_TENSOR_NAME_FIELD_NUMBER

Giá trị không đổi: 1

int tĩnh cuối cùng KEEP_CHECKPOINT_EVERY_N_HOURS_FIELD_NUMBER

Giá trị không đổi: 6

int tĩnh công khai MAX_TO_KEEP_FIELD_NUMBER

Giá trị không đổi: 4

int tĩnh công khai RESTORE_OP_NAME_FIELD_NUMBER

Giá trị không đổi: 3

int tĩnh cuối cùng SAVE_TENSOR_NAME_FIELD_NUMBER

Giá trị không đổi: 2

int tĩnh cuối cùng SHARDED_FIELD_NUMBER

Giá trị không đổi: 5

int tĩnh công khai VERSION_FIELD_NUMBER

Giá trị không đổi: 7

Phương pháp công khai

boolean công khai bằng (Object obj)

tĩnh công khai SaverDef getDefaultInstance ()

công khai SaverDef getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Chuỗi công khai 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 () công khai

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

phao công khai 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 công khai getMaxToKeep ()

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

công cộng getParserForType ()

Chuỗi công khai getRestoreOpName ()

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

com.google.protobuf.ByteString công khai getRestoreOpNameBytes ()

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

Chuỗi công khai getSaveTensorName ()

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

com.google.protobuf.ByteString công khai getSaveTensorNameBytes ()

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

int công khai getSerializedSize ()

boolean công khai getSharded ()

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

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

công khai SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

int công khai getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

tĩnh công khai SaverDef.Builder newBuilder ()

public static SaverDef.Builder newBuilder ( nguyên mẫu SaverDef )

công khai SaverDef.Builder newBuilderForType ()

công khai SaverDef phân tích cú pháp tĩnhDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

công khai SaverDef phân tích cú pháp tĩnhDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp SaverDef tĩnh công khai (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp SaverDef tĩnh công khaiFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp SaverDef tĩnh công khaiTừ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp SaverDef tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

phân tích cú pháp SaverDef tĩnh công khaiTừ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp SaverDef tĩnh công khai (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp SaverDef tĩnh công khaiFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp SaverDef tĩnh công khaiFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

công khai SaverDef.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException