TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

genel statik arayüz TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
abstract com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
soyut Dize
getFullName ()
 The full name of the variable/tensor, if applicable.
abstract com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
soyut Dize
getName ()
 A name for the Tensor.
abstract com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
soyut boole
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.

Genel Yöntemler

genel özet Dize getCheckpointKey ()

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

genel özet com.google.protobuf.ByteString getCheckpointKeyBytes ()

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

genel özet Dize 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;

genel özet 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;

genel özet Dize 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;

genel özet 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;

genel soyut boolean 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;