mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/55172 Description: This is part 1 of series of PRs for supporting torch.jit.ignore as context manager. Following features are implemented in this PR: - Unique name for the registered function under torch.jit.frontend module. The unique name is generated based on the file name and line number of context manager - Forcing user to explicitly annotate the input and outputs. - No side effects are considered. Test Plan: Imported from OSS Reviewed By: gmagogsfm Differential Revision: D27895283 Pulled By: tugsbayasgalan fbshipit-source-id: 5d36d9aa5d457055a6bb1676f264647a745ec36a |
||
|---|---|---|
| .. | ||
| 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.