Package onnx

Interface Onnx.TypeProtoOrBuilder

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

public static interface Onnx.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

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

      Onnx.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

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

      Onnx.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

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

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

      boolean hasOptionalType()
       The type of an optional.
       
      .onnx.TypeProto.Optional optional_type = 9;
      Returns:
      Whether the optionalType field is set.
    • getOptionalType

      Onnx.TypeProto.Optional getOptionalType()
       The type of an optional.
       
      .onnx.TypeProto.Optional optional_type = 9;
      Returns:
      The optionalType.
    • getOptionalTypeOrBuilder

      Onnx.TypeProto.OptionalOrBuilder getOptionalTypeOrBuilder()
       The type of an optional.
       
      .onnx.TypeProto.Optional optional_type = 9;
    • hasSparseTensorType

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

      Onnx.TypeProto.SparseTensor getSparseTensorType()
       Type of the sparse tensor
       
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Returns:
      The sparseTensorType.
    • getSparseTensorTypeOrBuilder

      Onnx.TypeProto.SparseTensorOrBuilder getSparseTensorTypeOrBuilder()
       Type of the sparse tensor
       
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • 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/main/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/main/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/main/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Returns:
      The bytes for denotation.
    • getValueCase

      Onnx.TypeProto.ValueCase getValueCase()