Home
last modified time | relevance | path

Searched refs:BackendWithCompilerDemo (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/executorch/exir/backend/test/
H A Dop_partitioner_demo.py22 BackendWithCompilerDemo,
63 BackendWithCompilerDemo.__name__,
103 self.delegation_spec = DelegationSpec(BackendWithCompilerDemo.__name__, [])
208 BackendWithCompilerDemo.__name__,
H A Dtest_compatibility.py15 BackendWithCompilerDemo,
39 BackendWithCompilerDemo.__name__, edgeir_m.exported_program(), compile_specs
H A Dtest_backends.py23 BackendWithCompilerDemo,
192 expected_id=BackendWithCompilerDemo.__name__,
340 BackendWithCompilerDemo,
412 expected_id=BackendWithCompilerDemo.__name__,
1233 BackendWithCompilerDemo.__name__, edge_prog.exported_program, []
1256 BackendWithCompilerDemo.__name__, edge_prog.exported_program(), []
H A Dtest_backends_lifted.py23 BackendWithCompilerDemo,
212 expected_id=BackendWithCompilerDemo.__name__,
350 BackendWithCompilerDemo,
416 expected_id=BackendWithCompilerDemo.__name__,
1224 BackendWithCompilerDemo.__name__, edge_prog.exported_program(), []
1248 BackendWithCompilerDemo.__name__, edge_prog.exported_program(), []
H A Dtest_lowered_backend_module.py17 BackendWithCompilerDemo,
92 BackendWithCompilerDemo.__name__, edgeir_m.exported_program(), compile_specs
H A Dbackend_with_compiler_demo.py29 class BackendWithCompilerDemo(BackendDetails): class
/aosp_15_r20/external/executorch/examples/portable/scripts/
H A Dexport_and_delegate.py15 BackendWithCompilerDemo,
71 BackendWithCompilerDemo.__name__, edge.exported_program(), m_compile_spec
181 BackendWithCompilerDemo.__name__, edge.exported_program(), m_compile_spec
/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/
H A Dexecutor_backend_partitioner.py20 BackendWithCompilerDemo,
42 return lowered_module.backend_id is BackendWithCompilerDemo.__name__
/aosp_15_r20/external/executorch/exir/backend/test/demos/
H A Dtest_delegate_aten_mode.py14 BackendWithCompilerDemo,
42 BackendWithCompilerDemo.__name__,
/aosp_15_r20/external/executorch/test/models/
H A Dexport_delegated_program.py20 BackendWithCompilerDemo,
128 BackendWithCompilerDemo.__name__,
/aosp_15_r20/external/executorch/docs/source/
H A Dexamples-end-to-end-to-lower-model-to-delegate.md53 # The submodule runs in a specific backend. In this example, `BackendWithCompilerDemo` backend
68 BackendWithCompilerDemo,
70 lowered_module = to_backend('BackendWithCompilerDemo', to_be_lowered_exir_submodule.exported_progra…
H A Dcompiler-delegate-and-partitioner.md124 Backend backend{"BackendWithCompilerDemo", &cls};
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_serde.py19 BackendWithCompilerDemo,
142 BackendWithCompilerDemo.__name__, edgeir_m.exported_program(), compile_specs
/aosp_15_r20/external/executorch/docs/source/tutorials_source/
H A Dexport-to-executorch-tutorial.py368 BackendWithCompilerDemo,