Home
last modified time | relevance | path

Searched refs:export_to_exec_prog (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/examples/portable/custom_ops/
H A Dcustom_ops_2.py14 from examples.portable.scripts.export import export_to_exec_prog, save_pte_program
30 prog = export_to_exec_prog(
H A Dcustom_ops_1.py9 from examples.portable.scripts.export import export_to_exec_prog, save_pte_program
49 prog = export_to_exec_prog(
/aosp_15_r20/external/executorch/examples/portable/scripts/
H A Dexport.py17 export_to_exec_prog,
80 prog = export_to_exec_prog(
/aosp_15_r20/external/executorch/examples/devtools/scripts/
H A Dexport_bundled_program.py27 from executorch.extension.export_util.utils import export_to_exec_prog
76 executorch_program = export_to_exec_prog(model, example_inputs)
/aosp_15_r20/external/executorch/extension/export_util/
H A D__init__.py7 from .utils import export_to_edge, export_to_exec_prog, save_pte_program
H A Dutils.py99 def export_to_exec_prog( function
/aosp_15_r20/external/executorch/util/
H A Dcprofiler_flamegraph.md14 prog = export_to_exec_prog(model, example_inputs)