MemoryLogTensorAllocationOrBuilder

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

Phương pháp công khai

chuỗi trừu tượng
getKernelName ()
 Name of the kernel making the allocation as set in GraphDef,
 e.g., "affine2/weights/Assign".
trừu tượng com.google.protobuf.ByteString
getKernelNameBytes ()
 Name of the kernel making the allocation 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 ()
 Allocated tensor details.
trừu tượng TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Allocated tensor details.
trừu tượng boolean
hasTensor ()
 Allocated tensor details.

Phương pháp công khai

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

 Name of the kernel making the allocation 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 making the allocation 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 ()

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;

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

 Allocated tensor details.
 
.tensorflow.TensorDescription tensor = 3;