-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e70b60
commit a65f043
Showing
7 changed files
with
169 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
API Reference | ||
============= | ||
|
||
Understand and debug ``torch.compile`` | ||
-------------------------------------- | ||
|
||
.. warning:: | ||
|
||
It is recommended to read the :doc:`walk_through` to have a basic understanding of how ``torch.compile`` works, before using the following functions. | ||
|
||
.. autofunction:: depyf.prepare_debug | ||
|
||
.. autofunction:: depyf.debug | ||
|
||
Decompile general Python Bytecode/Function | ||
------------------------------------------- | ||
|
||
.. autofunction:: depyf.decompile | ||
|
||
Enhance PyTorch Logging | ||
----------------------- | ||
|
||
.. autofunction:: depyf.install | ||
|
||
.. autofunction:: depyf.uninstall |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
sphinx-rtd-theme | ||
sphinx-rtd-theme | ||
astor | ||
dill | ||
torch |