public interface
MemoryLogTensorOutputOrBuilder
Known Indirect Subclasses |
Public Methods
abstract int |
getIndex()
Index of the output being set. |
abstract String |
getKernelName()
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign". |
abstract com.google.protobuf.ByteString |
getKernelNameBytes()
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign". |
abstract long |
getStepId()
Process-unique step id. |
abstract TensorDescription |
getTensor()
Output tensor details. |
abstract TensorDescriptionOrBuilder |
getTensorOrBuilder()
Output tensor details. |
abstract boolean |
hasTensor()
Output tensor details. |
Public Methods
public abstract int getIndex ()
Index of the output being set.
int32 index = 3;
public abstract String getKernelName ()
Name of the kernel producing an output as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;
public abstract 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;
public abstract long getStepId ()
Process-unique step id.
int64 step_id = 1;
public abstract TensorDescription getTensor ()
Output tensor details.
.tensorflow.TensorDescription tensor = 4;
public abstract TensorDescriptionOrBuilder getTensorOrBuilder ()
Output tensor details.
.tensorflow.TensorDescription tensor = 4;
public abstract boolean hasTensor ()
Output tensor details.
.tensorflow.TensorDescription tensor = 4;