TrackableObjectGraph.TrackableObject.SerializedTensor

genel statik son sınıf TrackableObjectGraph.TrackableObject.SerializedTensor

Protobuf türü tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

İç İçe Sınıflar

sınıf TrackableObjectGraph.TrackableObject.SerializedTensor.Builder Protobuf türü tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Sabitler

int CHECKPOINT_KEY_FIELD_NUMBER
int FULL_NAME_FIELD_NUMBER
int NAME_FIELD_NUMBER
int OPTIONAL_RESTORE_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
Sicim
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
statik TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor
final statik com.google.protobuf.Descriptors.Descriptor
Sicim
getFullName ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
Sicim
getName ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
boolean
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
int
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
statik TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (InputStream girişi)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (ByteBuffer verileri)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int CHECKPOINT_KEY_FIELD_NUMBER

Sabit Değer: 3

genel statik final int FULL_NAME_FIELD_NUMBER

Sabit Değer: 2

genel statik final int NAME_FIELD_NUMBER

Sabit Değer: 1

genel statik final int OPTIONAL_RESTORE_FIELD_NUMBER

Sabit Değer: 4

Genel Yöntemler

genel boole eşittir (Object obj)

genel Dize 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 ()

genel Dize 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;

genel Dize 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;

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

halk getParserForType ()

public int getSerializedSize ()

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

genel int hashCode ()

genel final boolean isInitialized ()

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

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

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik TrackableObjectGraph.TrackableObject.SerializedTensor ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

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

Atar
IO İstisnası

genel statik TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası