공개 인터페이스 MemoryLogTensorAllocationOrBuilder
| 알려진 간접 하위 클래스 |
공개 방법
| 추상 문자열 | getKernelName () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| 추상 com.google.protobuf.ByteString | getKernelNameBytes () Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign". |
| 추상적인 긴 | getStepId () Process-unique step id. |
| 추상 텐서설명 | getTensor () Allocated tensor details. |
| 추상 TensorDescriptionOrBuilder | getTensorOrBuilder () 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;