TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

อินเทอร์เฟซแบบคงที่สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
นามธรรม com.google.protobuf.ByteString
รับ CheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
สตริงที่เป็นนามธรรม
รับชื่อเต็ม ()
 The full name of the variable/tensor, if applicable.
นามธรรม com.google.protobuf.ByteString
รับFullNameBytes ()
 The full name of the variable/tensor, if applicable.
สตริงที่เป็นนามธรรม
รับชื่อ ()
 A name for the Tensor.
นามธรรม com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
บูลีนนามธรรม
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.

วิธีการสาธารณะ

สตริงนามธรรมสาธารณะ getCheckpointKey ()

สตริง

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getCheckpointKeyBytes ()

สตริง

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

สตริงนามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;

สตริงนามธรรมสาธารณะ 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;

นามธรรมสาธารณะ com.google.protobuf.ByteString getNameBytes ()

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;

บูลีนนามธรรมสาธารณะ 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;