Interface MemoryLogTensorOutputOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
MemoryLogTensorOutput, MemoryLogTensorOutput.Builder

public interface MemoryLogTensorOutputOrBuilder extends MessageOrBuilder
  • Method Details

    • getStepId

      long getStepId()
      Process-unique step id.
      
      int64 step_id = 1;
      Returns:
      The stepId.
    • getKernelName

      String getKernelName()
      Name of the kernel producing an output as set in GraphDef, e.g.,
      "affine2/weights/Assign".
      
      string kernel_name = 2;
      Returns:
      The kernelName.
    • getKernelNameBytes

      ByteString getKernelNameBytes()
      Name of the kernel producing an output as set in GraphDef, e.g.,
      "affine2/weights/Assign".
      
      string kernel_name = 2;
      Returns:
      The bytes for kernelName.
    • getIndex

      int getIndex()
      Index of the output being set.
      
      int32 index = 3;
      Returns:
      The index.
    • hasTensor

      boolean hasTensor()
      Output tensor details.
      
      .tensorflow.TensorDescription tensor = 4;
      Returns:
      Whether the tensor field is set.
    • getTensor

      TensorDescription getTensor()
      Output tensor details.
      
      .tensorflow.TensorDescription tensor = 4;
      Returns:
      The tensor.
    • getTensorOrBuilder

      TensorDescriptionOrBuilder getTensorOrBuilder()
      Output tensor details.
      
      .tensorflow.TensorDescription tensor = 4;