.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
justfile
pre-push
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/_backport.py
src/pystencils_autodiff/_file_io.py
src/pystencils_autodiff/_layout_fixer.py
src/pystencils_autodiff/field_tensor_conversion.py
src/pystencils_autodiff/kernel_wrapper.py
src/pystencils_autodiff/tensorflow_jit.py
src/pystencils_autodiff/transformations.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/_torch_native.py
src/pystencils_autodiff/backends/astnodes.py
src/pystencils_autodiff/backends/module.tmpl.cpp
src/pystencils_autodiff/backends/python_bindings.py
src/pystencils_autodiff/framework_integration/__init__.py
src/pystencils_autodiff/framework_integration/astnodes.py
src/pystencils_autodiff/framework_integration/datahandling.py
src/pystencils_autodiff/framework_integration/printer.py
src/pystencils_autodiff/framework_integration/texture_astnodes.py
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_datahandling.py
tests/test_fixed_constant_bh.py
tests/test_framework_printer.py
tests/test_module_printing.py
tests/test_native_tensorflow_compilation.py
tests/test_tensorflow_jit.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