File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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
+
27
+ In a later revision this will be fully consolidated with EdgeProgramManager
28
+
29
+ .. automethod :: to_backend
30
+
31
+ .. autoclass :: LoweredBackendModule
32
+
33
+ .. automethod :: backend_id
34
+ .. automethod :: processed_bytes
35
+ .. automethod :: compile_specs
36
+ .. automethod :: original_module
37
+ .. automethod :: buffer
38
+ .. automethod :: program
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Topics in this section will help you get started with ExecuTorch.
93
93
94
94
export-overview
95
95
export-user-guide
96
+ exir-api-reference
96
97
97
98
.. toctree ::
98
99
:glob:
@@ -181,4 +182,3 @@ ExecuTorch tutorials.
181
182
:tags: Template
182
183
183
184
.. customcardend ::
184
-
You can’t perform that action at this time.
0 commit comments