onnx\_light.onnx\_op ==================== The :mod:`onnx_light.onnx_op` module exposes the **lightweight** operator schemas (``LightOpSchema``) shipped with ``onnx_light``. These are the schemas used by the automated operator documentation pages under :ref:`l-onnx-operators` and by the rest of ``onnx_light`` whenever operator metadata is needed without depending on the upstream :mod:`onnx_light.onnx.defs` (``OpSchema``) registry. .. automodule:: onnx_light.onnx_op :members: :undoc-members: