Package ai.onnx.proto

Interface OnnxMl.TypeProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OnnxMl.TypeProto, OnnxMl.TypeProto.Builder
Enclosing class:
OnnxMl

public static interface OnnxMl.TypeProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTensorType

      boolean hasTensorType()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Returns:
      Whether the tensorType field is set.
    • getTensorType

      OnnxMl.TypeProto.Tensor getTensorType()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Returns:
      The tensorType.
    • getTensorTypeOrBuilder

      OnnxMl.TypeProto.TensorOrBuilder getTensorTypeOrBuilder()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
    • hasSequenceType

      boolean hasSequenceType()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Returns:
      Whether the sequenceType field is set.
    • getSequenceType

      OnnxMl.TypeProto.Sequence getSequenceType()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Returns:
      The sequenceType.
    • getSequenceTypeOrBuilder

      OnnxMl.TypeProto.SequenceOrBuilder getSequenceTypeOrBuilder()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
    • hasMapType

      boolean hasMapType()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Returns:
      Whether the mapType field is set.
    • getMapType

      OnnxMl.TypeProto.Map getMapType()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Returns:
      The mapType.
    • getMapTypeOrBuilder

      OnnxMl.TypeProto.MapOrBuilder getMapTypeOrBuilder()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
    • hasSparseTensorType

      boolean hasSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Returns:
      Whether the sparseTensorType field is set.
    • getSparseTensorType

      OnnxMl.TypeProto.SparseTensor getSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Returns:
      The sparseTensorType.
    • getSparseTensorTypeOrBuilder

      OnnxMl.TypeProto.SparseTensorOrBuilder getSparseTensorTypeOrBuilder()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • hasOpaqueType

      boolean hasOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Returns:
      Whether the opaqueType field is set.
    • getOpaqueType

      OnnxMl.TypeProto.Opaque getOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Returns:
      The opaqueType.
    • getOpaqueTypeOrBuilder

      OnnxMl.TypeProto.OpaqueOrBuilder getOpaqueTypeOrBuilder()
      .onnx.TypeProto.Opaque opaque_type = 7;
    • hasDenotation

      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;
      Returns:
      Whether the denotation field is set.
    • getDenotation

      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;
      Returns:
      The denotation.
    • getDenotationBytes

      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;
      Returns:
      The bytes for denotation.
    • getValueCase