• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Export to ExecuTorch API Reference
2----------------------------------
3
4For detailed information on how APIs evolve and the deprecation process, please refer to the `ExecuTorch API Life Cycle and Deprecation Policy <api-life-cycle.html>`__.
5
6.. automodule:: executorch.exir
7.. autofunction:: to_edge
8
9.. automodule:: executorch.exir
10.. autofunction:: to_edge_transform_and_lower
11
12.. autoclass:: EdgeProgramManager
13    :members: methods, config_methods, exported_program, transform, to_backend, to_executorch
14
15.. autoclass:: ExecutorchProgramManager
16    :members: methods, config_methods, exported_program, buffer, debug_handle_map, dump_executorch_program
17
18.. automodule:: executorch.exir.backend.backend_api
19.. autofunction:: to_backend
20
21.. autoclass:: LoweredBackendModule
22    :members: backend_id, processed_bytes, compile_specs, original_module, buffer, program
23