commit | 7ab843e78bf51c0c3d24693d677cbfd56dc4f364 | [log] [tgz] |
---|---|---|
author | Elias Ellison <eellison@devfair044.maas> | Wed Nov 04 13:48:09 2020 -0800 |
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | Wed Nov 04 13:50:36 2020 -0800 |
tree | 1e387cae2da2db099d01ff01288c54af7a7b01ec | |
parent | a11bc049971a1381249807ec3d6750d0eb2287ae [diff] |
[JIT] add freeze to docs (#47120) Summary: freeze was temporarily renamed to _freeze in a reorg, and then removed from doc [here](https://github.com/pytorch/pytorch/pull/43473). add it back to docs. Pull Request resolved: https://github.com/pytorch/pytorch/pull/47120 Reviewed By: suo Differential Revision: D24650712 Pulled By: eellison fbshipit-source-id: 399e31586b8093de66937ba1266007ee291f509e
diff --git a/docs/source/jit.rst b/docs/source/jit.rst index 50e2478..710f2f9 100644 --- a/docs/source/jit.rst +++ b/docs/source/jit.rst
@@ -51,6 +51,7 @@ wait ScriptModule ScriptFunction + freeze save load ignore