mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/26487 The way it is implemented currently is bad because while we're inlining to a graph G, we are also mutating all the graphs that are being inlined. The problem is that the graphs we're inlining are usually the original graphs of functions, so we're silently changing them behind the scenes, and we don't have a way to recover 'unoptimized' graphs afterwards. Test Plan: Imported from OSS Differential Revision: D17485748 Pulled By: ZolotukhinM fbshipit-source-id: 6094ef56077240e9379d4c53680867df1b6e79ef |
||
|---|---|---|
| .. | ||
| api | ||
| common | ||
| dist_autograd | ||
| jit | ||
| __init__.py | ||