mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/50145 Test Plan: Imported from OSS Reviewed By: pbelevich Differential Revision: D25854281 Pulled By: ansley fbshipit-source-id: d7af6fd6747728ef04e86fbcdeb87cb0508e1fd8
33 lines
434 B
ReStructuredText
33 lines
434 B
ReStructuredText
.. 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:
|
|
|
|
.. autoclass:: torch.fx.Proxy
|