MemoryLogTensorOutputOrBuilder

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

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

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