mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
<img width="1109" alt="image" src="https://github.com/pytorch/pytorch/assets/10901756/e67ff8a9-adb1-466f-8285-fb7d3653d139"> Pull Request resolved: https://github.com/pytorch/pytorch/pull/104288 Approved by: https://github.com/zhxchen17
10 lines
605 B
Plaintext
10 lines
605 B
Plaintext
ExportDB is a centralized dataset of supported and unsupported export cases.
|
|
It is targeted towards users who want to understand specifically what types of
|
|
code are supported, the subtleties of export, and how to modify their existing
|
|
code to be compatible with export. Note that this is not an exhaustive set of
|
|
everything that is supported by exportdb, but it covers the
|
|
most common and confusing use cases that users will run into.
|
|
|
|
If you have a feature that you think needs a stronger guarantee from us to
|
|
support in export please create an issue in the pytorch/pytorch repo wih a module:export tag.
|