MemoryLogTensorOutputOrBuilder

giao diện công cộng MemoryLogTensorOutputOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

int trừu tượng
lấy Index ()
 Index of the output being set.
chuỗi trừu tượng
getKernelName ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
tóm tắt com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
trừu tượng dài
getStepId ()
 Process-unique step id.
Tensor trừu tượngMô tả
getTensor ()
 Output tensor details.
trừu tượng TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
trừu tượng boolean
hasTensor ()
 Output tensor details.

Phương pháp công khai

tóm tắt công khai int getIndex ()

chỉ số

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

Chuỗi tóm tắt công khai getKernelName ()

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

tóm tắt công khai 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;

tóm tắt công khai dài getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

tóm tắt công khai TensorDescription getTensor ()

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

tóm tắt công khai TensorDescriptionOrBuilder getTensorOrBuilder ()

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

boolean trừu tượng công khai hasTensor ()

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