TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

giao diện tĩnh công cộng TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
trừu tượng com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
chuỗi trừu tượng
getFullName ()
 The full name of the variable/tensor, if applicable.
trừu tượng com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
chuỗi trừu tượng
lấy Tên ()
 A name for the Tensor.
trừu tượng com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
trừu tượng boolean
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.

Phương pháp công khai

Chuỗi tóm tắt công khai getCheckpointKey ()

chuỗi

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

tóm tắt công khai com.google.protobuf.ByteString getCheckpointKeyBytes ()

chuỗi

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

Chuỗi tóm tắt công khai getFullName ()

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

tóm tắt công khai com.google.protobuf.ByteString getFullNameBytes ()

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

Chuỗi tóm tắt công khai getName ()

string name = 1;

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
= 1;

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
string name = 1;

boolean trừu tượng công khai getOptionalRestore ()

 Whether checkpoints should be considered as matching even without this
 value restored. Used for non-critical values which don't affect the
 TensorFlow graph, such as layer configurations.
 
bool optional_restore = 4;