pytorch/torch/_export/db
Zhengxu Chen e0d2a24967 Reland "[export] Support user input mutation. [1/2]" (#114496) (#114596)
Summary:

Serialization not implemented yet. Will do in the next diff.

Resolving Github issues:
https://github.com/pytorch/pytorch/issues/112429
https://github.com/pytorch/pytorch/issues/114142

Test Plan:
onnx doc test
```
python -m xdoctest /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/onnx/_internal/exporter.py ONNXProgram.model_signature:0
```

Differential Revision: D51588558

Pull Request resolved: https://github.com/pytorch/pytorch/pull/114596
Approved by: https://github.com/angelayi
2023-11-27 20:19:04 +00:00
..
examples Reland "[export] Support user input mutation. [1/2]" (#114496) (#114596) 2023-11-27 20:19:04 +00:00
__init__.py
case.py [BE]: Remove useless lambdas (#113602) 2023-11-14 20:06:48 +00:00
gen_example.py Fix typo under torch/_export directory (#110808) 2023-10-08 11:47:51 +00:00
logging.py