الواجهة العامة MemoryLogTensorAlllocationOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| سلسلة مجردة | الحصول على اسم النواة () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| مجردة com.google.protobuf.ByteString | الحصول على KernelNameBytes () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| مجردة طويلة | معرف الخطوة () Process-unique step id. |
| وصف Tensor الملخص | الحصول على Tensor () Allocated tensor details. |
| مجردة TensorDescriptionOrBuilder | الحصول على TensorOrBuilder () Allocated tensor details. |
| منطقية مجردة | hasTensor () Allocated tensor details. |
الأساليب العامة
سلسلة مجردة عامة getKernelName ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2; الملخص العام com.google.protobuf.ByteString getKernelNameBytes ()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2; ملخص عام طويل getStepId ()
Process-unique step id.
int64 step_id = 1; وصف TensorDescription العام getTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; الملخص العام TensorDescriptionOrBuilder getTensorOrBuilder ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3; الملخص المنطقي العام hasTensor ()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;