Package onnx

Interface Onnx.TensorProto.SegmentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBegin()
      optional int64 begin = 1;
      long getEnd()
      optional int64 end = 2;
      boolean hasBegin()
      optional int64 begin = 1;
      boolean hasEnd()
      optional int64 end = 2;
      • 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

      • hasBegin

        boolean hasBegin()
        optional int64 begin = 1;
        Returns:
        Whether the begin field is set.
      • getBegin

        long getBegin()
        optional int64 begin = 1;
        Returns:
        The begin.
      • hasEnd

        boolean hasEnd()
        optional int64 end = 2;
        Returns:
        Whether the end field is set.
      • getEnd

        long getEnd()
        optional int64 end = 2;
        Returns:
        The end.