xref: /aosp_15_r20/external/pytorch/tools/coverage_plugins_package/README.md (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1# What is this?
2
3This 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.
4