LICENSE
README.rst
pyproject.toml
setup.cfg
difw/__init__.py
difw/cpab.py
difw.egg-info/PKG-INFO
difw.egg-info/SOURCES.txt
difw.egg-info/dependency_links.txt
difw.egg-info/not-zip-safe
difw.egg-info/requires.txt
difw.egg-info/top_level.txt
difw/backend/__init__.py
difw/backend/numpy/__init__.py
difw/backend/numpy/functions.py
difw/backend/numpy/interpolation.py
difw/backend/numpy/transformer.py
difw/backend/pytorch/__init__.py
difw/backend/pytorch/functions.py
difw/backend/pytorch/interpolation.py
difw/backend/pytorch/transformer.cpp
difw/backend/pytorch/transformer.py
difw/backend/pytorch/transformer_cuda.cpp
difw/backend/pytorch/transformer_cuda.cu
difw/backend/pytorch/transformer_slow.py
difw/core/__init__.py
difw/core/cpab_ops.cpp
difw/core/cpab_ops.cu
difw/core/cpab_ops.cuh
difw/core/cpab_ops.h
difw/core/tessellation.py
difw/core/utility.py
tests/tests.py
tests/tests_scaling_squaring.py