.dockerignore
.gitignore
.python-version
.readthedocs.yaml
Dockerfile
LICENSE
README.md
noxfile.py
pyproject.toml
uv.lock
.github/workflows/release.yml
.github/workflows/ruff.yml
.github/workflows/test.yml
.vscode/launch.json
assets/demo.gif
docs/Makefile
docs/conf.py
docs/configuration.md
docs/examples.md
docs/index.md
docs/make.bat
docs/python_api.md
src/nvbenjo/__init__.py
src/nvbenjo/benchmark.py
src/nvbenjo/cfg.py
src/nvbenjo/cli.py
src/nvbenjo/onnx_utils.py
src/nvbenjo/plot.py
src/nvbenjo/plugin.py
src/nvbenjo/system_info.py
src/nvbenjo/torch_utils.py
src/nvbenjo/utils.py
src/nvbenjo.egg-info/PKG-INFO
src/nvbenjo.egg-info/SOURCES.txt
src/nvbenjo.egg-info/dependency_links.txt
src/nvbenjo.egg-info/entry_points.txt
src/nvbenjo.egg-info/requires.txt
src/nvbenjo.egg-info/top_level.txt
src/nvbenjo/conf/bert.yaml
src/nvbenjo/conf/compile_example.yaml
src/nvbenjo/conf/complex_example.yaml
src/nvbenjo/conf/default.yaml
src/nvbenjo/conf/example.yaml
src/nvbenjo/conf/huggingface.yaml
src/nvbenjo/conf/onnx.yaml
src/nvbenjo/conf/onnxsilero.yaml
src/nvbenjo/conf/small.yaml
src/nvbenjo/conf/torchvision.yaml
src/nvbenjo/conf/hydra/help/nvbenjo_app_help.yaml
tests/__init__.py
tests/test_cli.py
tests/test_onnx_cli.py
tests/test_onnx_utils.py
tests/test_plot.py
tests/test_system_info.py
tests/test_torch_python_api.py
tests/test_torch_utils.py
tests/test_utils.py
tests/conf/default.yaml
tests/conf/input_min_max.yaml
tests/conf/small_single.yaml
tests/conf/torch_load.yaml
tests/conf/torch_load_multiinput.yaml