TrackableObjectGraph.TrackableObject.SerializedTensor

classe finale statica pubblica TrackableObjectGraph.TrackableObject.SerializedTensor

Tipo di protocollo tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Classi nidificate

classe TrackableObjectGraph.TrackableObject.SerializedTensor.Builder Tipo di protocollo tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Costanti

int CHECKPOINT_KEY_FIELD_NUMBER
int FULL_NAME_FIELD_NUMBER
int NOME_CAMPO_NUMERO
int OPTIONAL_RESTORE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Corda
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
static TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getFullName ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
Corda
getNome ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNomeBytes ()
 A name for the Tensor.
booleano
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
static TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
static TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (input InputStream)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (dati ByteBuffer)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (ingresso com.google.protobuf.CodedInputStream)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (dati com.google.protobuf.ByteString)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int CHECKPOINT_KEY_FIELD_NUMBER

Valore costante: 3

public static final int FULL_NAME_FIELD_NUMBER

Valore costante: 2

public static final int NAME_FIELD_NUMBER

Valore costante: 1

public static final int OPTIONAL_RESTORE_FIELD_NUMBER

Valore costante: 4

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

stringa pubblica getCheckpointKey ()

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

pubblico com.google.protobuf.ByteString getCheckpointKeyBytes ()

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

pubblico statico TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstance ()

public TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

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

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

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

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

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

getOptionalRestore pubblico booleano ()

 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;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

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

Lancia
IOException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (input com.google.protobuf.CodedInputStream)

Lancia
IOException

pubblico statico TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

pubblico statico TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

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

Lancia
IOException