TrackableObjectGraph.TrackableObject.SerializedTensor.Builder

คลาสสุดท้ายคงที่สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensor.Builder

tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor ประเภท Protobuf.TrackableObjectGraph.TrackableObject.SerializedTensor

วิธีการสาธารณะ

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
ล้างชื่อเต็ม ()
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
ชื่อที่ชัดเจน ()
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
สตริง
getCheckpointKey ()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
รับ CheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
สตริง
รับชื่อเต็ม ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
รับFullNameBytes ()
 The full name of the variable/tensor, if applicable.
สตริง
รับชื่อ ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
บูลีน
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
บูลีนสุดท้าย
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
สุดท้าย TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setCheckpointKey (ค่าสตริง)
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setCheckpointKeyBytes (ค่า com.google.protobuf.ByteString)
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setFullName (ค่าสตริง)
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setFullNameBytes (ค่า com.google.protobuf.ByteString)
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setName (ค่าสตริง)
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setNameBytes (ค่า com.google.protobuf.ByteString)
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setOptionalRestore (ค่าบูลีน)
 Whether checkpoints should be considered as matching even without this
 value restored.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
สุดท้าย TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder addRepeatedField สาธารณะ (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

TrackableObjectGraph.TrackableObject.SerializedTensor buildPartial สาธารณะ ()

สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensor.Builder ชัดเจน ()

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ clearCheckpointKey ()

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

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ clearField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์)

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ clearFullName ()

 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;

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ clearName ()

string name = 1;

 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.
 
= 1;

สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearOptionalRestore ()

 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;

สตริงสาธารณะ getCheckpointKey ()

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

สาธารณะ com.google.protobuf.ByteString getCheckpointKeyBytes ()

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

TrackableObjectGraph.TrackableObject.SerializedTensor สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สตริงสาธารณะ 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;

สาธารณะ 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 name = 1;

 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.
 
= 1;

สาธารณะ 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 ()

 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;

บูลีนสุดท้ายสาธารณะ isInitialized ()

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder ผสานจาก สาธารณะ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensor.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

สาธารณะสุดท้าย TrackableObjectGraph.TrackableObject.SerializedTensor.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ setCheckpointKey (ค่าสตริง)

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

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ ชุด CheckpointKeyBytes (ค่า com.google.protobuf.ByteString)

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

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setField สาธารณะ (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder สาธารณะ setFullName (ค่าสตริง)

 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;

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setFullNameBytes สาธารณะ (ค่า com.google.protobuf.ByteString)

 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;

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setName สาธารณะ (ค่าสตริง)

string name = 1;

 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.
 
= 1;

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setNameBytes สาธารณะ (ค่า com.google.protobuf.ByteString)

string name = 1;

 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.
 
= 1;

สาธารณะ TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setOptionalRestore (ค่าบูลีน)

 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;

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setRepeatedField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

สาธารณะสุดท้าย TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)