TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

interfaz estática pública TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtener clave de punto de control ()
 The generated name of the Tensor in the checkpoint.
resumen com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
cadena abstracta
obtener nombre completo ()
 The full name of the variable/tensor, if applicable.
resumen com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
cadena abstracta
obtenerNombre ()
 A name for the Tensor.
resumen com.google.protobuf.ByteString
getNombreBytes ()
 A name for the Tensor.
booleano abstracto
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.

Métodos públicos

Cadena abstracta pública getCheckpointKey ()

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

resumen público com.google.protobuf.ByteString getCheckpointKeyBytes ()

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

Cadena abstracta pública 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;

resumen público 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;

Cadena abstracta pública 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;

resumen público 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 booleano abstracto público ()

 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;