pytorch/tools/coverage_plugins_package
2024-06-29 09:23:35 +00:00
..
src/coverage_plugins [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
pyproject.toml
README.md
setup.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00

What is this?

This folder hosts a minimal package for coverage plug-ins. Currently, the only plug-in is a JIT plug-in that helps coverage mark functions and methods passed through torch.jit.script and torch.jit.script_method as covered code.