Package ai.onnx.proto

Interface OnnxMl.TypeProto.SequenceOrBuilder

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

public static interface OnnxMl.TypeProto.SequenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The type and optional shape of each element of the sequence.
    The type and optional shape of each element of the sequence.
    boolean
    The type and optional shape of each element of the sequence.

    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 Details

    • hasElemType

      boolean hasElemType()
       The type and optional shape of each element of the sequence.
       This field MUST be present for this version of the IR.
       
      optional .onnx.TypeProto elem_type = 1;
      Returns:
      Whether the elemType field is set.
    • getElemType

      OnnxMl.TypeProto getElemType()
       The type and optional shape of each element of the sequence.
       This field MUST be present for this version of the IR.
       
      optional .onnx.TypeProto elem_type = 1;
      Returns:
      The elemType.
    • getElemTypeOrBuilder

      OnnxMl.TypeProtoOrBuilder getElemTypeOrBuilder()
       The type and optional shape of each element of the sequence.
       This field MUST be present for this version of the IR.
       
      optional .onnx.TypeProto elem_type = 1;