TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder

الواجهة الثابتة العامة TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
الحصول على مفتاح التحقق ()
 The generated name of the Tensor in the checkpoint.
مجردة com.google.protobuf.ByteString
الحصول على CheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
سلسلة مجردة
الحصول على الاسم الكامل ()
 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
الحصول على اسم بايت ()
 A name for the Tensor.
منطقية مجردة
استعادة اختيارية ()
 Whether checkpoints should be considered as matching even without this
 value restored.

الأساليب العامة

سلسلة مجردة عامة 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;

سلسلة مجردة عامة 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 () مجردة عامة

 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;

الملخص العام 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;