Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 983 Bytes

File metadata and controls

65 lines (55 loc) · 983 Bytes

onnxscript.ir

.. automodule::onnxscript.ir
.. currentmodule:: onnxscript

Functions and constructors

.. autosummary::
    :toctree: generated
    :template: functiontemplate.rst
    :nosignatures:

    ir.load
    ir.save
    ir.from_proto
    ir.from_onnx_text
    ir.to_proto
    ir.tensor
    ir.node

Classes

.. autosummary::
    :toctree: generated
    :template: classtemplate_inherited.rst
    :nosignatures:

    ir.TensorProtocol
    ir.Value
    ir.Node
    ir.Graph
    ir.Model
    ir.GraphView
    ir.Function
    ir.Attr
    ir.RefAttr
    ir.Shape
    ir.SymbolicDim
    ir.TypeAndShape
    ir.TensorType
    ir.SparseTensorType
    ir.SequenceType
    ir.OptionalType
    ir.Tensor
    ir.ExternalTensor
    ir.StringTensor
    ir.LazyTensor

Enums

.. autosummary::
    :toctree: generated
    :template: classtemplate.rst
    :nosignatures:

    ir.DataType
    ir.AttributeType