TrackableObjectGraph.TrackableObject.SerializedTensor.Builder

classe finale statique publique TrackableObjectGraph.TrackableObject.SerializedTensor.Builder

tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor de type Protobuf.TrackableObjectGraph.TrackableObject.SerializedTensor

Méthodes publiques

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clair ()
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
effacerNomComplet ()
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
nom clair ()
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearOptionalRestauration ()
 Whether checkpoints should be considered as matching even without this
 value restored.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
cloner ()
Chaîne
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Chaîne
obtenirNomComplet ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
Chaîne
obtenirNom ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
booléen
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
booléen final
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeFrom (com.google.protobuf.Message autre)
finale TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setCheckpointKey (valeur de chaîne)
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setCheckpointKeyBytes (valeur com.google.protobuf.ByteString)
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setFullName (valeur de chaîne)
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setFullNameBytes (valeur com.google.protobuf.ByteString)
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setName (valeur de chaîne)
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setNameBytes (valeur com.google.protobuf.ByteString)
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setOptionalRestore (valeur booléenne)
 Whether checkpoints should be considered as matching even without this
 value restored.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
finale TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearCheckpointKey ()

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

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearFullName ()

 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;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearName ()

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 TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearOptionalRestore ()

 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;

chaîne publique getCheckpointKey ()

chaîne

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

public com.google.protobuf.ByteString getCheckpointKeyBytes ()

chaîne

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

public TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

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

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

public final booléen isInitialized ()

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder mergeFrom (com.google.protobuf.Message autre)

public final TrackableObjectGraph.TrackableObject.SerializedTensor.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setCheckpointKey (valeur de chaîne)

chaîne

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

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setCheckpointKeyBytes (valeur com.google.protobuf.ByteString)

chaîne

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

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setFullName (valeur de chaîne)

 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;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setFullNameBytes (valeur com.google.protobuf.ByteString)

 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;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setName (valeur de chaîne)

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 TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setNameBytes (valeur com.google.protobuf.ByteString)

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 TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setOptionalRestore (valeur booléenne)

 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;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public final TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)