.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.prettierignore
.prettierrc
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.md
SECURITY.md
pixi.lock
pixi.toml
pyproject.toml
skips.txt
.github/CODEOWNERS
.github/dependabot.yml
.github/workflows/array-api-daily.yml
.github/workflows/array-api.yml
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/scorecard.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/refactoring.md
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/_array_tyarray_interop.py
ndonnx/_build.py
ndonnx/_constants.py
ndonnx/_deprecated.py
ndonnx/_dtypes.py
ndonnx/_elementwise.py
ndonnx/_experimental.py
ndonnx/_from_numpy_dtype.py
ndonnx/_funcs.py
ndonnx/_future.py
ndonnx/_infos.py
ndonnx/_namespace_info.py
ndonnx/_propagation.py
ndonnx/_schema.py
ndonnx/extensions.py
ndonnx/py.typed
ndonnx/types.py
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/_typed_array/__init__.py
ndonnx/_typed_array/_utils.py
ndonnx/_typed_array/datetime.py
ndonnx/_typed_array/dtype_independent_funcs.py
ndonnx/_typed_array/funcs.py
ndonnx/_typed_array/indexing.py
ndonnx/_typed_array/masked_onnx.py
ndonnx/_typed_array/onnx.py
ndonnx/_typed_array/ort_compat.py
ndonnx/_typed_array/typed_array.py
tests/__init__.py
tests/conftest.py
tests/test_additional.py
tests/test_boolean_arithmetics.py
tests/test_build_utils.py
tests/test_core.py
tests/test_creation.py
tests/test_datetime.py
tests/test_elementwise.py
tests/test_free_functions.py
tests/test_hypothesis_examples.py
tests/test_indexing.py
tests/test_indexing_functions.py
tests/test_interaction_numpy.py
tests/test_iter.py
tests/test_manipulation_functions.py
tests/test_masked.py
tests/test_refactor.py
tests/test_searching_functions.py
tests/test_statistical_functions.py
tests/test_trigonometric.py
tests/test_utf8.py
tests/test_value_prop_custom_op.py
tests/utils.py
tests/bugs/test_upstream_bugs.py
tests/schemas/bool.json
tests/schemas/float32.json
tests/schemas/float64.json
tests/schemas/int16.json
tests/schemas/int32.json
tests/schemas/int64.json
tests/schemas/int8.json
tests/schemas/nbool.json
tests/schemas/nfloat32.json
tests/schemas/nfloat64.json
tests/schemas/nint16.json
tests/schemas/nint32.json
tests/schemas/nint64.json
tests/schemas/nint8.json
tests/schemas/nuint16.json
tests/schemas/nuint32.json
tests/schemas/nuint64.json
tests/schemas/nuint8.json
tests/schemas/nutf8.json
tests/schemas/uint16.json
tests/schemas/uint32.json
tests/schemas/uint64.json
tests/schemas/uint8.json
tests/schemas/utf8.json