TrackableObjectGraph.TrackableObject.SerializedTensor

classe finale statique publique TrackableObjectGraph.TrackableObject.SerializedTensor

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

Classes imbriquées

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

Constantes

int CHECKPOINT_KEY_FIELD_NUMBER
int FULL_NAME_FIELD_NUMBER
int NAME_FIELD_NUMBER
int OPTIONAL_RESTORE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
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.
statique TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor
final statique 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.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
statique TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (entrée InputStream)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (données ByteBuffer)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (données com.google.protobuf.ByteString)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int CHECKPOINT_KEY_FIELD_NUMBER

Valeur constante : 3

public statique final int FULL_NAME_FIELD_NUMBER

Valeur constante : 2

public statique final entier NAME_FIELD_NUMBER

Valeur constante : 1

public statique final int OPTIONAL_RESTORE_FIELD_NUMBER

Valeur constante : 4

Méthodes publiques

public booléen égal (Objet obj)

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 statique TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstance ()

public TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

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

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;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException