.conda_env.yml
.envrc
.gitignore
.readthedocs.yaml
LICENSE.txt
README.md
black.toml
changelog.md
makefile
mkdocs.yml
pytest.ini
setup.cfg
setup.py
.github/workflows/lint-black.yaml
.github/workflows/lint-darglint.yaml
.github/workflows/lint-flake8.yaml
.github/workflows/lint-isort.yaml
.github/workflows/lint-pydocstyle.yaml
.github/workflows/python-publish.yaml
.github/workflows/test.yaml
docs/develop.md
docs/index.md
docs/logo.png
docs/api/expressions.md
docs/api/functionals.md
docs/api/miscellaneous.md
docs/api/modules.md
docs/api/simplifications.md
docs/tutorials/basic_conv2d.md
docs/tutorials/basic_conv2d.py
einconv/__init__.py
einconv/conv_index_pattern.py
einconv/utils.py
einconv.egg-info/PKG-INFO
einconv.egg-info/SOURCES.txt
einconv.egg-info/dependency_links.txt
einconv.egg-info/not-zip-safe
einconv.egg-info/requires.txt
einconv.egg-info/top_level.txt
einconv/expressions/__init__.py
einconv/expressions/convNd_forward.py
einconv/expressions/convNd_input_vjp.py
einconv/expressions/convNd_kfac_reduce.py
einconv/expressions/convNd_kfc.py
einconv/expressions/convNd_unfold.py
einconv/expressions/convNd_weight_vjp.py
einconv/expressions/utils.py
einconv/functionals/__init__.py
einconv/functionals/conv.py
einconv/functionals/unfold.py
einconv/modules/__init__.py
einconv/modules/conv.py
einconv/modules/unfold.py
einconv/simplifications/__init__.py
einconv/simplifications/opt.py
test/__init__.py
test/conv_index_pattern_cases.py
test/test_conv_index_pattern.py
test/test_tutorials.py
test/test_utils.py
test/utils.py
test/utils_cases.py
test/utils_jax.py
test/expressions/__init__.py
test/expressions/convNd_input_vjp_cases.py
test/expressions/convNd_kfac_reduce_cases.py
test/expressions/convNd_kfc_cases.py
test/expressions/convNd_weight_vjp_cases.py
test/expressions/test_convNd_input_vjp.py
test/expressions/test_convNd_kfac_reduce.py
test/expressions/test_convNd_kfc.py
test/expressions/test_convNd_weight_vjp.py
test/expressions/test_utils.py
test/functionals/__init__.py
test/functionals/conv_cases.py
test/functionals/test_conv.py
test/functionals/test_unfold.py
test/functionals/unfold_cases.py
test/modules/__init__.py
test/modules/conv_cases.py
test/modules/test_conv.py
test/modules/test_unfold.py
test/modules/unfold_cases.py
test/simplifications/__init__.py
test/simplifications/test_opt.py