TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

सार्वजनिक स्थैतिक इंटरफ़ेस TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
सार com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
सार स्ट्रिंग
पूरा नाम प्राप्त करें ()
 The full name of the variable/tensor, if applicable.
सार com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
सार स्ट्रिंग
सार com.google.protobuf.ByteString
getNameबाइट्स ()
 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 ()

 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;

सार्वजनिक सार 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;

सार्वजनिक सार बूलियन 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;