.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.prettierignore
.prettierrc
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.md
pixi.lock
pixi.toml
pyproject.toml
skips.txt
.github/CODEOWNERS
.github/dependabot.yml
.github/workflows/array-api.yml
.github/workflows/build.yml
.github/workflows/ci.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/classify_iris.png
docs/_static/modelhorizontal.png
docs/_static/reshape.png
docs/api/modules.rst
docs/api/ndonnx.additional.rst
docs/api/ndonnx.rst
docs/datatypes/datatypes.rst
docs/experimental/experimental.rst
docs/inference/inference.rst
docs/intros/gettingstarted.rst
docs/intros/modelconversion.rst
docs/motivation/motivation.rst
docs/spox/spoxintegration.rst
ndonnx/__init__.py
ndonnx/_array.py
ndonnx/_build.py
ndonnx/_constants.py
ndonnx/_corearray.py
ndonnx/_experimental.py
ndonnx/_funcs.py
ndonnx/_index.py
ndonnx/_opset_extensions.py
ndonnx/_propagation.py
ndonnx/_utility.py
ndonnx/py.typed
ndonnx.egg-info/PKG-INFO
ndonnx.egg-info/SOURCES.txt
ndonnx.egg-info/dependency_links.txt
ndonnx.egg-info/requires.txt
ndonnx.egg-info/top_level.txt
ndonnx/_core/__init__.py
ndonnx/_core/_impl.py
ndonnx/_core/_interface.py
ndonnx/_data_types/__init__.py
ndonnx/_data_types/aliases.py
ndonnx/_data_types/classes.py
ndonnx/_data_types/conversion.py
ndonnx/_data_types/coretype.py
ndonnx/_data_types/schema.py
ndonnx/_data_types/structtype.py
ndonnx/additional/__init__.py
ndonnx/additional/_additional.py
tests/ndonnx/test_additional.py
tests/ndonnx/test_build_utils.py
tests/ndonnx/test_compute_modes.py
tests/ndonnx/test_constant_propagation.py
tests/ndonnx/test_core.py
tests/ndonnx/test_dtypes.py
tests/ndonnx/test_include.py
tests/ndonnx/test_masked.py
tests/ndonnx/utils.py