TrackableObjectGraph.TrackableObject.SerializedTensor

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

Tipo de protobuf tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Classes aninhadas

aula TrackableObjectGraph.TrackableObject.SerializedTensor.Builder Tipo de protobuf tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Constantes

interno CHECKPOINT_KEY_FIELD_NUMBER
interno FULL_NAME_FIELD_NUMBER
interno NAME_FIELD_NUMBER
interno OPTIONAL_RESTORE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
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.
TrackableObjectGraph.TrackableObject.SerializedTensor estático
TrackableObjectGraph.TrackableObject.SerializedTensor
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getNomeCompleto ()
 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.
boleano
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
estático TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
estático TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseDelimitedFrom (entrada InputStream)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (dados de ByteBuffer)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (dados com.google.protobuf.ByteString)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int CHECKPOINT_KEY_FIELD_NUMBER

Valor Constante: 3

público estático final int FULL_NAME_FIELD_NUMBER

Valor Constante: 2

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

público estático final int OPTIONAL_RESTORE_FIELD_NUMBER

Valor Constante: 4

Métodos Públicos

booleano público é igual (Object obj)

String pública getCheckpointKey ()

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

público com.google.protobuf.ByteString getCheckpointKeyBytes ()

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

público estático TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstance ()

público TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

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

String pública 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;

público 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 pública getNome ()

 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;

público 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 booleano público ()

 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;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

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

Lança
IOException

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

Lança
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException