Home
last modified time | relevance | path

Searched defs:executorch_program (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/examples/apple/mps/scripts/
H A Dmps_example.py40 def get_bundled_program(executorch_program, example_inputs, expected_output): argument
185 executorch_program = edge.to_executorch( variable
192 executorch_program: ExecutorchProgramManager = export_to_edge( variable
/aosp_15_r20/external/executorch/docs/source/tutorials_source/
H A Dexport-to-executorch-tutorial.py523 executorch_program: ExecutorchProgramManager = edge_program.to_executorch( variable
584 executorch_program: exir.ExecutorchProgramManager = edge_program.to_executorch( variable
H A Ddevtools-integration-tutorial.py160 executorch_program = to_edge(method_graphs).to_executorch() variable
/aosp_15_r20/external/executorch/extension/android_test/
H A Dadd_model.py22 executorch_program = edge_program.to_executorch() variable
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_utils.py100 def dump_bundled_program(sample_inputs, expected_output, executorch_program, func_name): argument
/aosp_15_r20/external/executorch/backends/xnnpack/test/
H A Dtest_xnnpack_utils.py102 representative_inputs, executorch_program, ref_output, output_path argument
/aosp_15_r20/external/executorch/exir/program/
H A D_program.py1473 def executorch_program(self) -> Program: member in ExecutorchProgramManager