TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

パブリック静的インターフェイスTrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getチェックポイントキー()
 The generated name of the Tensor in the checkpoint.
抽象的な com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
抽象文字列
getFullName ()
 The full name of the variable/tensor, if applicable.
抽象的な com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
抽象文字列
getName ()
 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.

パブリックメソッド

パブリック抽象 String 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;

パブリック抽象 String 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;

パブリック抽象 String 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;

public abstract 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;