Skip to content

Commit fc092f4

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
add exir-api-reference.rst (#457)
Summary: Pull Request resolved: #457 Reviewed By: angelayi Differential Revision: D49551799
1 parent b541a48 commit fc092f4

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

docs/source/exir-api-reference.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
EXIR API Reference
2+
-------------
3+
4+
.. automodule:: exir
5+
.. automethod:: to_edge
6+
7+
.. autoclass:: EdgeProgramManager
8+
9+
.. automethod:: methods
10+
.. automethod:: config_methods
11+
.. automethod:: exported_program
12+
.. automethod:: transform
13+
.. automethod:: to_backend
14+
.. automethod:: to_executorch
15+
16+
.. autoclass:: ExecutorchProgramManager
17+
18+
.. automethod:: methods
19+
.. automethod:: config_methods
20+
.. automethod:: exported_program
21+
.. automethod:: buffer
22+
.. automethod:: debug_handle_map
23+
.. automethod:: dump_executorch_program
24+
25+
.. automodule:: exir.backend.backend_api
26+
In a later revision this will be fully consolidated with EdgeProgramManager
27+
.. automethod:: to_backend
28+
29+
.. autoclass:: LoweredBackendModule
30+
31+
.. automethod:: backend_id
32+
.. automethod:: processed_bytes
33+
.. automethod:: compile_specs
34+
.. automethod:: original_module
35+
.. automethod:: buffer
36+
.. automethod:: program

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Topics in this section will help you get started with ExecuTorch.
9393

9494
export-overview
9595
export-user-guide
96+
exir-api-reference
9697

9798
.. toctree::
9899
:glob:
@@ -181,4 +182,3 @@ ExecuTorch tutorials.
181182
:tags: Template
182183

183184
.. customcardend::
184-

0 commit comments

Comments
 (0)