.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
readthedocs_requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/pystencils_autodiff/__init__.py
src/pystencils_autodiff/_adjoint_field.py
src/pystencils_autodiff/_autodiff.py
src/pystencils_autodiff/_field_to_tensors.py
src/pystencils_autodiff/_layout_fixer.py
src/pystencils_autodiff.egg-info/PKG-INFO
src/pystencils_autodiff.egg-info/SOURCES.txt
src/pystencils_autodiff.egg-info/dependency_links.txt
src/pystencils_autodiff.egg-info/not-zip-safe
src/pystencils_autodiff.egg-info/requires.txt
src/pystencils_autodiff.egg-info/top_level.txt
src/pystencils_autodiff/backends/__init__.py
src/pystencils_autodiff/backends/_pytorch.py
src/pystencils_autodiff/backends/_tensorflow.py
src/pystencils_autodiff/backends/_tensorflow_cpp.py
src/pystencils_autodiff/backends/_torch_native.py
src/pystencils_autodiff/backends/torch_native_cpu.tmpl.cpp
src/pystencils_autodiff/backends/torch_native_cuda.tmpl.cpp
src/pystencils_autodiff/backends/torch_native_cuda.tmpl.cu
src/pystencils_autodiff/lbm/__init__.py
src/pystencils_autodiff/lbm/_autodiff_lbstep.py
src/pystencils_autodiff/lbm/adjoint_boundaryconditions.py
tests/test_autodiff.py
tests/test_tfmad.py
tests/travis_install.sh
tests/backends/lltm_cuda.cpp
tests/backends/lltm_cuda_kernel.cu
tests/backends/test_torch_native_compilation.py
tests/test_utils/gradient_check_tensorflow.py