pytorch/tools/coverage_plugins_package
Edward Z. Yang a11c1bbdd0 Run Black on all of tools/
Signed-off-by: Edward Z. Yang <ezyangfb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/76089

Approved by: https://github.com/albanD
2022-04-20 17:29:41 +00:00
..
src/coverage_plugins Run Black on all of tools/ 2022-04-20 17:29:41 +00:00
pyproject.toml Introducing JitPlugin (#56708) 2021-04-22 13:41:49 -07:00
README.md Introducing JitPlugin (#56708) 2021-04-22 13:41:49 -07:00
setup.py Run Black on all of tools/ 2022-04-20 17:29:41 +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.