Interface MemoryLogTensorOutputOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MemoryLogTensorOutput, MemoryLogTensorOutput.Builder

    public interface MemoryLogTensorOutputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIndex()
      Index of the output being set.
      java.lang.String 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".
      long getStepId()
      Process-unique step id.
      TensorDescription getTensor()
      Output tensor details.
      TensorDescriptionOrBuilder getTensorOrBuilder()
      Output tensor details.
      boolean hasTensor()
      Output tensor details.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStepId

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

        java.lang.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

        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;
        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.
         
        .org.platanios.tensorflow.proto.TensorDescription tensor = 4;
        Returns:
        Whether the tensor field is set.
      • getTensor

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

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