Package ai.onnx.proto

Class OnnxMl.TypeProto

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
ai.onnx.proto.OnnxMl.TypeProto
All Implemented Interfaces:
OnnxMl.TypeProtoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
OnnxMl

public static final class OnnxMl.TypeProto extends com.google.protobuf.GeneratedMessageV3 implements OnnxMl.TypeProtoOrBuilder
 Types
 The standard ONNX data types.
 
Protobuf type onnx.TypeProto
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getValueCase

      public OnnxMl.TypeProto.ValueCase getValueCase()
      Specified by:
      getValueCase in interface OnnxMl.TypeProtoOrBuilder
    • hasTensorType

      public boolean hasTensorType()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Specified by:
      hasTensorType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the tensorType field is set.
    • getTensorType

      public OnnxMl.TypeProto.Tensor getTensorType()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Specified by:
      getTensorType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The tensorType.
    • getTensorTypeOrBuilder

      public OnnxMl.TypeProto.TensorOrBuilder getTensorTypeOrBuilder()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Specified by:
      getTensorTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasSequenceType

      public boolean hasSequenceType()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Specified by:
      hasSequenceType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the sequenceType field is set.
    • getSequenceType

      public OnnxMl.TypeProto.Sequence getSequenceType()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Specified by:
      getSequenceType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The sequenceType.
    • getSequenceTypeOrBuilder

      public OnnxMl.TypeProto.SequenceOrBuilder getSequenceTypeOrBuilder()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Specified by:
      getSequenceTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasMapType

      public boolean hasMapType()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Specified by:
      hasMapType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the mapType field is set.
    • getMapType

      public OnnxMl.TypeProto.Map getMapType()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Specified by:
      getMapType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The mapType.
    • getMapTypeOrBuilder

      public OnnxMl.TypeProto.MapOrBuilder getMapTypeOrBuilder()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Specified by:
      getMapTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasSparseTensorType

      public boolean hasSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Specified by:
      hasSparseTensorType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the sparseTensorType field is set.
    • getSparseTensorType

      public OnnxMl.TypeProto.SparseTensor getSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Specified by:
      getSparseTensorType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The sparseTensorType.
    • getSparseTensorTypeOrBuilder

      public OnnxMl.TypeProto.SparseTensorOrBuilder getSparseTensorTypeOrBuilder()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Specified by:
      getSparseTensorTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasOpaqueType

      public boolean hasOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Specified by:
      hasOpaqueType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the opaqueType field is set.
    • getOpaqueType

      public OnnxMl.TypeProto.Opaque getOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Specified by:
      getOpaqueType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The opaqueType.
    • getOpaqueTypeOrBuilder

      public OnnxMl.TypeProto.OpaqueOrBuilder getOpaqueTypeOrBuilder()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Specified by:
      getOpaqueTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasDenotation

      public boolean hasDenotation()
       An optional denotation can be used to denote the whole
       type with a standard semantic description as to what is
       stored inside. Refer to https://github.com/onnx/onnx/blob/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Specified by:
      hasDenotation in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the denotation field is set.
    • getDenotation

      public String getDenotation()
       An optional denotation can be used to denote the whole
       type with a standard semantic description as to what is
       stored inside. Refer to https://github.com/onnx/onnx/blob/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Specified by:
      getDenotation in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The denotation.
    • getDenotationBytes

      public com.google.protobuf.ByteString getDenotationBytes()
       An optional denotation can be used to denote the whole
       type with a standard semantic description as to what is
       stored inside. Refer to https://github.com/onnx/onnx/blob/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Specified by:
      getDenotationBytes in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The bytes for denotation.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OnnxMl.TypeProto parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OnnxMl.TypeProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OnnxMl.TypeProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public OnnxMl.TypeProto.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static OnnxMl.TypeProto.Builder newBuilder()
    • newBuilder

      public static OnnxMl.TypeProto.Builder newBuilder(OnnxMl.TypeProto prototype)
    • toBuilder

      public OnnxMl.TypeProto.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected OnnxMl.TypeProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static OnnxMl.TypeProto getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<OnnxMl.TypeProto> parser()
    • getParserForType

      public com.google.protobuf.Parser<OnnxMl.TypeProto> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public OnnxMl.TypeProto getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder