Commit a929e11
[dynamic shapes][export] ignore when real-tensor fallback fails (pytorch#147779)
Summary: uninspired solution to pytorch#147402
Test Plan: test_draft_export
Differential Revision: D70132269
Pull Request resolved: pytorch#147779
Approved by: https://github.com/bobrenjc931 parent 0929181 commit a929e11
File tree
2 files changed
+26
-1
lines changed- test/export
- torch/_subclasses
2 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
389 | 404 | | |
390 | 405 | | |
391 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2201 | 2201 | | |
2202 | 2202 | | |
2203 | 2203 | | |
2204 | | - | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
2205 | 2215 | | |
2206 | 2216 | | |
2207 | 2217 | | |
| |||
0 commit comments