TrackableObjectGraph.TrackableObject.SerializedTensor

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

tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor type tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Classes aninhadas

aula TrackableObjectGraph.TrackableObject.SerializedTensor.Builder tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor type tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Constantes

int CHECKPOINT_KEY_FIELD_NUMBER
int FULL_NAME_FIELD_NUMBER
int NAME_FIELD_NUMBER
int OPTIONAL_RESTORE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Fragmento
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
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getFullName ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
Fragmento
getName ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
boleano
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
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 (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (dados ByteBuffer)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.CodedInputStream input)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.ByteString data)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

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

public static final int OPTIONAL_RESTORE_FIELD_NUMBER

Valor constante: 4

Métodos Públicos

public boolean equals (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 ()

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

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)

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.ByteString data, 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