MemoryLogTensorAllocationOrBuilder

อินเทอร์เฟซสาธารณะ MemoryLogTensorAllocationOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

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

สตริงที่เป็นนามธรรม
getKernelName ()
 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".
ยาวเป็นนามธรรม
getStepId ()
 Process-unique step id.
คำอธิบาย เทนเซอร์นามธรรม
รับเทนเซอร์ ()
 Allocated tensor details.
นามธรรม TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
บูลีนนามธรรม
มีเทนเซอร์ ()
 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;