mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
|
…
|
||
|---|---|---|
| .. | ||
| src/coverage_plugins | ||
| pyproject.toml | ||
| README.md | ||
| setup.py | ||
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.