Interface NodeOutputOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getSlot()
      int32 slot = 1;
      TensorDescription getTensorDescription()
      .org.platanios.tensorflow.proto.TensorDescription tensor_description = 3;
      TensorDescriptionOrBuilder getTensorDescriptionOrBuilder()
      .org.platanios.tensorflow.proto.TensorDescription tensor_description = 3;
      boolean hasTensorDescription()
      .org.platanios.tensorflow.proto.TensorDescription tensor_description = 3;
      • 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

      • getSlot

        int getSlot()
        int32 slot = 1;
        Returns:
        The slot.
      • hasTensorDescription

        boolean hasTensorDescription()
        .org.platanios.tensorflow.proto.TensorDescription tensor_description = 3;
        Returns:
        Whether the tensorDescription field is set.
      • getTensorDescription

        TensorDescription getTensorDescription()
        .org.platanios.tensorflow.proto.TensorDescription tensor_description = 3;
        Returns:
        The tensorDescription.
      • getTensorDescriptionOrBuilder

        TensorDescriptionOrBuilder getTensorDescriptionOrBuilder()
        .org.platanios.tensorflow.proto.TensorDescription tensor_description = 3;