mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
* Added ExportPassBase, an interpreter based helper pass writing class * It can also help maintain the dialect based on the operator namespace through having users override the `get_valid_dialects` function (returning an empty lists implies the pass works for any dialect). * Added a `ReplaceBrokenOpsWithFunctionalOpsPass` to replace all ops that have not been converted with functionalization with their functional ones. Pull Request resolved: https://github.com/pytorch/pytorch/pull/100000 Approved by: https://github.com/gmagogsfm |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| node_metadata.py | ||
| proxy_value.py | ||