mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Since the functional autograd + compiled autograd migration, we don't trace into nodes anymore, and everything is lifted. We can't support this flag which tries to inline make_fx style in CA initial pass. There's no more usage internally. Pull Request resolved: https://github.com/pytorch/pytorch/pull/146720 Approved by: https://github.com/zou3519 |
||
|---|---|---|
| .. | ||
| _functions | ||
| __init__.py | ||
| anomaly_mode.py | ||
| forward_ad.py | ||
| function.py | ||
| functional.py | ||
| grad_mode.py | ||
| gradcheck.py | ||
| graph.py | ||
| profiler.py | ||
| profiler_legacy.py | ||
| profiler_util.py | ||
| variable.py | ||