.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements-docs.txt
.github/actions/mike-docs/action.yaml
.github/workflows/lint-and-test.yaml
.github/workflows/release.yaml
docs/CONTRIBUTING.md
docs/index.md
docs/quickstart.md
docs/_images/aai-favicon.png
docs/_images/aai-logo-cropped.png
docs/_scripts/gen_api_ref_pages.py
docs/_styles/extra.css
docs/_styles/neoteroi-mkdocs.css
docs/_styles/theme.css
docs/_theme_overrides/main.html
docs/guides/benchmarks.md
docs/guides/customization.md
docs/guides/index.md
docs/guides/organization.md
docs/guides/runners.md
docs/tutorials/index.md
docs/tutorials/mnist.md
examples/mnist/benchmarks.py
examples/mnist/mnist.py
src/nnbench/__init__.py
src/nnbench/context.py
src/nnbench/core.py
src/nnbench/py.typed
src/nnbench/reporter.py
src/nnbench/runner.py
src/nnbench/types.py
src/nnbench/util.py
src/nnbench.egg-info/PKG-INFO
src/nnbench.egg-info/SOURCES.txt
src/nnbench.egg-info/dependency_links.txt
src/nnbench.egg-info/requires.txt
src/nnbench.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_argcheck.py
tests/test_benchmark_cls.py
tests/test_decorators.py
tests/test_runner.py
tests/test_utils.py
tests/test_benchmarks/argument_check_benchmarks.py
tests/test_benchmarks/standard_benchmarks.py
tests/test_benchmarks/tag_selection_benchmark.py
tests/test_benchmarks_multidir_collection/benchmark_in_another_dir.py