MANIFEST.in
README.md
pyproject.toml
setup.py
activationscope/_C.pyi
activationscope/__init__.py
activationscope/_naive.py
activationscope/policies.py
activationscope/tracker.py
activationscope/utils.py
activationscope.egg-info/PKG-INFO
activationscope.egg-info/SOURCES.txt
activationscope.egg-info/dependency_links.txt
activationscope.egg-info/requires.txt
activationscope.egg-info/top_level.txt
csrc/accumulator.hpp
csrc/bindings.cpp
csrc/callback.cpp
csrc/callback.hpp
csrc/capture_policy.cpp
csrc/capture_policy.hpp
csrc/datastructures.hpp
csrc/hook_register.cpp
csrc/hook_register.hpp
csrc/reduction.cpp
csrc/reduction.hpp
csrc/session.cpp
csrc/session.hpp
csrc/utils.cpp
csrc/utils.hpp
tests/test_capture_policy_edge_cases.py
tests/test_e2e_models.py
tests/test_integ_capture_policies.py
tests/test_integ_lifecycle.py
tests/test_integ_reduction_policies.py
tests/test_integ_storage_policies.py
tests/test_memory_assumptions.py
tests/test_memory_leak_detection.py
tests/test_model_complexity.py
tests/test_parity.py
tests/test_pinned_memory.py
tests/test_smoke.py
tests/test_svd_analysis.py
tests/test_unit_layer_selection.py
tests/test_unit_policies.py