CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/overview.rst
docs/assets/header-dark.png
docs/assets/header.png
docs/assets/icon.png
echoflow/__init__.py
echoflow/echoflow.py
echoflow/transformer.py
echoflow.egg-info/PKG-INFO
echoflow.egg-info/SOURCES.txt
echoflow.egg-info/dependency_links.txt
echoflow.egg-info/not-zip-safe
echoflow.egg-info/requires.txt
echoflow.egg-info/top_level.txt
echoflow/core/__init__.py
echoflow/core/base.py
echoflow/core/batch_norm.py
echoflow/core/coupling.py
echoflow/core/made.py
echoflow/core/reverse.py
echoflow/core/sequential.py
echoflow/demo/__init__.py
tests/__init__.py
tests/test_demo.py
tests/test_echoflow.py
tests/test_transformer.py
tests/core/test_batch_norm.py
tests/core/test_coupling.py
tests/core/test_made.py
tests/core/test_reverse.py
tests/core/test_sequential.py