LICENSE
README.md
setup.py
lxt/__init__.py
lxt/utils.py
lxt.egg-info/PKG-INFO
lxt.egg-info/SOURCES.txt
lxt.egg-info/dependency_links.txt
lxt.egg-info/requires.txt
lxt.egg-info/top_level.txt
lxt/efficient/__init__.py
lxt/efficient/core.py
lxt/efficient/patches.py
lxt/efficient/rules.py
lxt/efficient/zennit_patches.py
lxt/efficient/models/__init__.py
lxt/efficient/models/bert.py
lxt/efficient/models/gpt2.py
lxt/efficient/models/llama.py
lxt/efficient/models/qwen2.py
lxt/efficient/models/vit_torch.py
lxt/explicit/__init__.py
lxt/explicit/check.py
lxt/explicit/core.py
lxt/explicit/functional.py
lxt/explicit/modules.py
lxt/explicit/rules.py
lxt/explicit/special.py
tests/test_functional.py
tests/test_modules.py
tests/test_rules.py