SequenceType¶ class onnx_ir.SequenceType(elem_type: TypeProtocol, *, denotation: str | None = None)¶ A type that represents a sequence of elements. denotation: str | None¶ display(*, page: bool = False) → None¶ Pretty print the object. Parameters: page – Whether to page the output. property dtype: DataType¶ property elem_type: TypeProtocol¶