TrackableObjectGraph.TrackableObject.SerializedTensor

kelas akhir statis publik TrackableObjectGraph.TrackableObject.SerializedTensor

Tipe protobuf tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Kelas Bersarang

kelas TrackableObjectGraph.TrackableObject.SerializedTensor.Builder Tipe protobuf tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

Konstanta

ke dalam CHECKPOINT_KEY_FIELD_NUMBER
ke dalam FULL_NAME_FIELD_NUMBER
ke dalam NAME_FIELD_NUMBER
ke dalam OPTIONAL_RESTORE_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
Rangkaian
dapatkanCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
dapatkanCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor statis
TrackableObjectGraph.TrackableObject.SerializedTensor
com.google.protobuf.Descriptors.Descriptor statis terakhir
Rangkaian
dapatkan Nama Lengkap ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
dapatkanFullNameBytes ()
 The full name of the variable/tensor, if applicable.
Rangkaian
dapatkan Nama ()
 A name for the Tensor.
com.google.protobuf.ByteString
dapatkanNamaBytes ()
 A name for the Tensor.
boolean
dapatkanOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
ke dalam
final com.google.protobuf.UnknownFieldSet
ke dalam
boolean terakhir
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder statis
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder statis
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseDelimitedFrom (masukan Aliran Masukan)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (data ByteBuffer)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (com.google.protobuf.ByteString data)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int final statis publik CHECKPOINT_KEY_FIELD_NUMBER

Nilai Konstan: 3

int akhir statis publik FULL_NAME_FIELD_NUMBER

Nilai Konstan: 2

int akhir statis publik NAME_FIELD_NUMBER

Nilai Konstan: 1

int final statis publik OPTIONAL_RESTORE_FIELD_NUMBER

Nilai Konstan: 4

Metode Publik

boolean publik sama (Obj objek)

String publik getCheckpointKey ()

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

com.google.protobuf.ByteString publik getCheckpointKeyBytes ()

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

TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstance () statis publik

publik TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

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

String publik dapatkan Nama Lengkap ()

 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;

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

GetName String publik ()

 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;

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

boolean publik 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;

publik dapatkanParserForType ()

publik int getSerializedSize ()

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

kode hash int publik ()

boolean akhir publik diinisialisasi ()

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder statis publik TrackableObjectGraph.TrackableObject.Builder newBuilder (prototipe TrackableObjectGraph.TrackableObject.SerializedTensor )

TrackableObjectGraph.TrackableObject.SerializedTensor statis publik TrackableObjectGraph.ParseDelimitedFrom (input InputStream)

Melempar
Pengecualian IO

TrackableObjectGraph.TrackableObject.SerializedTensor statis publik TrackableObjectGraph parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (data ByteBuffer) statis publik

Melempar
InvalidProtocolBufferException

publik statis TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

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

Melempar
InvalidProtocolBufferException

publik statis TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream input)

Melempar
Pengecualian IO

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

Melempar
InvalidProtocolBufferException

TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.ByteString data) statis publik

Melempar
InvalidProtocolBufferException

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

Melempar
Pengecualian IO

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

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

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

Melempar
Pengecualian IO