.gitignore
LICENSE
README TensorFlow.md
README.md
mkdocs.yml
setup.py
test.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/extensions--introducing-new-operation---improve-notion.md
.github/workflows/deploy_to_pypi.yml
.github/workflows/run_tests.yml
docs/1-einops-basics.ipynb
docs/2-einops-for-deep-learning.ipynb
docs/README.md
docs/pytorch-examples.html
docs/resources/einops_logo_350x350.png
docs/resources/python_badge.svg
docs/resources/test_images.npy
docs/source_examples/Pytorch.ipynb
docs/source_examples/converter.py
docs/utils/__init__.py
einops/__init__.py
einops/_backends.py
einops/_torch_specific.py
einops/einops.py
einops/parsing.py
einops.egg-info/PKG-INFO
einops.egg-info/SOURCES.txt
einops.egg-info/dependency_links.txt
einops.egg-info/top_level.txt
einops/layers/__init__.py
einops/layers/_einmix.py
einops/layers/chainer.py
einops/layers/gluon.py
einops/layers/keras.py
einops/layers/tensorflow.py
einops/layers/torch.py
scripts/deploy-docs.sh
scripts/deploy_to_pypi.sh
scripts/requirements-dev.txt
scripts/run-docs.sh
tests/__init__.py
tests/test_einsum.py
tests/test_examples.py
tests/test_layers.py
tests/test_notebooks.py
tests/test_ops.py
tests/test_other.py
tests/test_parsing.py