MemoryLogTensorOutputOrBuilder

الواجهة العامة MemoryLogTensorOutputOrBuilder
الفئات الفرعية غير المباشرة المعروفة

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

كثافة العمليات مجردة
الحصول على الفهرس ()
 Index of the output being set.
سلسلة مجردة
الحصول على اسم النواة ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
مجردة com.google.protobuf.ByteString
الحصول على KernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
مجردة طويلة
معرف الخطوة ()
 Process-unique step id.
وصف Tensor الملخص
الحصول على Tensor ()
 Output tensor details.
مجردة TensorDescriptionOrBuilder
الحصول على TensorOrBuilder ()
 Output tensor details.
منطقية مجردة
hasTensor ()
 Output tensor details.

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

الملخص العام int getIndex ()

 Index of the output being set.
 
int32 index = 3;

سلسلة مجردة عامة getKernelName ()

 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
 
string kernel_name = 2;

الملخص العام com.google.protobuf.ByteString getKernelNameBytes ()

 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
 
string kernel_name = 2;

ملخص عام طويل getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

وصف TensorDescription العام getTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

الملخص العام TensorDescriptionOrBuilder getTensorOrBuilder ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;

الملخص المنطقي العام hasTensor ()

 Output tensor details.
 
.tensorflow.TensorDescription tensor = 4;