TrackableObjectGraph.TrackableObject.SerializedTensor

clase final estática pública TrackableObjectGraph.TrackableObject.SerializedTensor

Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Clases anidadas

clase TrackableObjectGraph.TrackableObject.SerializedTensor.Builder Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Constantes

En t CHECKPOINT_KEY_FIELD_NUMBER
En t FULL_NAME_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t OPTIONAL_RESTORE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Cuerda
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
estático TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getFullName ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
Cuerda
getName ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
booleano
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
estático TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (entrada InputStream)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (datos ByteBuffer)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (datos com.google.protobuf.ByteString)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int CHECKPOINT_KEY_FIELD_NUMBER

Valor constante: 3

public static final int FULL_NAME_FIELD_NUMBER

Valor constante: 2

public static final int NAME_FIELD_NUMBER

Valor constante: 1

público estático final int OPTIONAL_RESTORE_FIELD_NUMBER

Valor constante: 4

Métodos públicos

public boolean es igual a (Object obj)

public String getCheckpointKey ()

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

public com.google.protobuf.ByteString getCheckpointKeyBytes ()

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

public static TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstance ()

public TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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;

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

public 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 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; Optional_restore bool optional_restore = 4;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (InputStream input)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException