LICENSE
README.md
pyproject.toml
src/tdhook/__init__.py
src/tdhook/artifacts.py
src/tdhook/contexts.py
src/tdhook/hooks.py
src/tdhook/metrics.py
src/tdhook/module.py
src/tdhook.egg-info/PKG-INFO
src/tdhook.egg-info/SOURCES.txt
src/tdhook.egg-info/dependency_links.txt
src/tdhook.egg-info/requires.txt
src/tdhook.egg-info/top_level.txt
src/tdhook/acteng/__init__.py
src/tdhook/acteng/activation_patching.py
src/tdhook/acteng/linear_probing.py
src/tdhook/acteng/steering_vectors.py
src/tdhook/attribution/__init__.py
src/tdhook/attribution/grad_cam.py
src/tdhook/attribution/gradient_attribution.py
src/tdhook/attribution/input_times_gradient.py
src/tdhook/attribution/neuron_gradient.py
src/tdhook/attribution/saliency.py
src/tdhook/others/__init__.py
src/tdhook/weights/__init__.py
src/tdhook/weights/task_vectors.py
tests/test_artifacts.py
tests/test_contexts.py
tests/test_hooks.py
tests/test_metrics.py
tests/test_module.py