.codecov.yml
.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
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/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/images/autoray-header.png
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