Skip to content

Commit

Permalink
[WIP][FX] Add FX page to docs
Browse files Browse the repository at this point in the history
ghstack-source-id: 908adcc22394195b6795c726c6199af22e61e41e
Pull Request resolved: #48814
  • Loading branch information
James Reed committed Dec 5, 2020
1 parent 3535f82 commit 7571fbe
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/source/fx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. currentmodule:: torch.fx

torch.fx
=============

Overview
--------
.. automodule:: torch.fx


API Reference
-------------

.. autofunction:: torch.fx.symbolic_trace

.. autoclass:: torch.fx.GraphModule
:members:

.. automethod:: __init__

.. autoclass:: torch.fx.Graph
:members:

.. automethod:: __init__

.. autoclass:: torch.fx.Node
:members:

.. autoclass:: torch.fx.Tracer
:members:
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Features described in this documentation are classified by release status:
torch.distributions <distributions>
torch.fft <fft>
futures
fx
torch.hub <hub>
torch.jit <jit>
torch.linalg <linalg>
Expand Down

0 comments on commit 7571fbe

Please sign in to comment.