TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

interface statique publique TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
résumé com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
chaîne abstraite
obtenirNomComplet ()
 The full name of the variable/tensor, if applicable.
résumé com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
chaîne abstraite
obtenirNom ()
 A name for the Tensor.
résumé com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
booléen abstrait
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.

Méthodes publiques

chaîne abstraite publique getCheckpointKey ()

chaîne

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

résumé public com.google.protobuf.ByteString getCheckpointKeyBytes ()

chaîne

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

chaîne abstraite publique 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;

résumé public 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;

chaîne abstraite publique getName ()

nom de chaîne

 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;

résumé public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 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;

public abstrait booléen 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;