MemoryLogTensorOutputOrBuilder

공개 인터페이스 MemoryLogTensorOutputOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 정수
getIndex ()
 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
getKernelNameBytes ()
 Name of the kernel producing an output as set in GraphDef, e.g.,
 "affine2/weights/Assign".
추상적인 긴
getStepId ()
 Process-unique step id.
추상 텐서설명
getTensor ()
 Output tensor details.
추상 TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
추상 부울
hasTensor ()
 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;