.coveragerc
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
pytest_logs.txt
requirements.txt
.github/workflows/tests.yml
examples/demo_resnet.py
examples/demo_simple.py
examples/full_scale_demo.py
quant_lens_results/metrics.txt
src/quant_lens/__init__.py
src/quant_lens/core.py
src/quant_lens/geometry.py
src/quant_lens/hessian.py
src/quant_lens/plotting.py
src/quant_lens/quantization.py
src/quant_lens.egg-info/PKG-INFO
src/quant_lens.egg-info/SOURCES.txt
src/quant_lens.egg-info/dependency_links.txt
src/quant_lens.egg-info/requires.txt
src/quant_lens.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_geometry.py
tests/test_hessian.py
tests/test_integration.py
tests/test_math.py
tests/test_plotting.py
tests/test_quantization.py
utils/apply_fixes.py
utils/check_implementation.py
utils/quick-test.py