mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
* [WIP][JIT] Add ScriptModule._reconstruct (#39979) Summary: **Summary** This commit adds an instance method `_reconstruct` that permits users to reconstruct a `ScriptModule` from a given C++ `Module` instance. **Testing** This commit adds a unit test for `_reconstruct`. **Fixes** This pull request fixes https://github.com/pytorch/pytorch/issues/33912. Pull Request resolved: https://github.com/pytorch/pytorch/pull/39979 Differential Revision: D22172323 Pulled By: SplitInfinity fbshipit-source-id: 9aa6551c422a5a324b822a09cd8d7c660f99ca5c * [quant][graphmode] Enable inplace option for top level API (#40414) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/40414 after `_reconstruct` is supported in RecursiveScriptModule: https://github.com/pytorch/pytorch/pull/39979 we can support inplace option in quantization API Test Plan: Imported from OSS Differential Revision: D22178326 fbshipit-source-id: c78bc2bcf2c42b06280c12262bb31aebcadc6c32 Co-authored-by: Meghan Lele <meghanl@fb.com> |
||
|---|---|---|
| .. | ||
| mobile | ||
| __init__.py | ||
| _builtins.py | ||
| _logging.py | ||
| _pickle.py | ||
| _recursive.py | ||
| annotations.py | ||
| frontend.py | ||
| quantized.py | ||
| supported_ops.py | ||
| unsupported_tensor_ops.py | ||