Skip to content

Commit e1209f0

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
add exir-api-reference.rst
Differential Revision: D49551799
1 parent 2f24502 commit e1209f0

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/source/exir-api-reference.rst

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