.codecov.yml
.gitattributes
.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/pypi-release.yml
.github/workflows/tests.yml
autoray/__init__.py
autoray/_version.py
autoray/autoray.py
autoray/compiler.py
autoray.egg-info/PKG-INFO
autoray.egg-info/SOURCES.txt
autoray.egg-info/dependency_links.txt
autoray.egg-info/requires.txt
autoray.egg-info/top_level.txt
autoray/experimental/__init__.py
autoray/experimental/complexity_tracing.py
autoray/experimental/complexity_tracing_example.ipynb
autoray/lazy/__init__.py
autoray/lazy/core.py
autoray/lazy/draw.py
autoray/lazy/linalg.py
ci/requirements/py-base.yml
ci/requirements/py-jax.yml
ci/requirements/py-tensorflow.yml
ci/requirements/py-torch.yml
docs/Makefile
docs/automatic_dispatch.md
docs/compilation.ipynb
docs/conf.py
docs/development.md
docs/index.md
docs/installation.md
docs/lazy_computation.ipynb
docs/make.bat
docs/_pygments/_pygments_dark.py
docs/_pygments/_pygments_light.py
docs/_static/autoray-header.png
docs/_static/my-styles.css
docs/images/autoray-readme-pic-0.png
docs/images/autoray-readme-pic-1.png
tests/__init__.py
tests/test_autocompile.py
tests/test_autoray.py
tests/test_lazy.py