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.
انتزاعی TensorDescription
getTensor ()
 Output tensor details.
انتزاعی TensorDescriptionOrBuilder
getTensorOrBuilder ()
 Output tensor details.
بولی انتزاعی
hasTensor ()
 Output tensor details.

روش های عمومی

عمومی abstract 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;