Searched refs:BackendWithCompilerDemo (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/executorch/exir/backend/test/ |
H A D | op_partitioner_demo.py | 22 BackendWithCompilerDemo, 63 BackendWithCompilerDemo.__name__, 103 self.delegation_spec = DelegationSpec(BackendWithCompilerDemo.__name__, []) 208 BackendWithCompilerDemo.__name__,
|
H A D | test_compatibility.py | 15 BackendWithCompilerDemo, 39 BackendWithCompilerDemo.__name__, edgeir_m.exported_program(), compile_specs
|
H A D | test_backends.py | 23 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 D | test_backends_lifted.py | 23 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 D | test_lowered_backend_module.py | 17 BackendWithCompilerDemo, 92 BackendWithCompilerDemo.__name__, edgeir_m.exported_program(), compile_specs
|
H A D | backend_with_compiler_demo.py | 29 class BackendWithCompilerDemo(BackendDetails): class
|
/aosp_15_r20/external/executorch/examples/portable/scripts/ |
H A D | export_and_delegate.py | 15 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 D | executor_backend_partitioner.py | 20 BackendWithCompilerDemo, 42 return lowered_module.backend_id is BackendWithCompilerDemo.__name__
|
/aosp_15_r20/external/executorch/exir/backend/test/demos/ |
H A D | test_delegate_aten_mode.py | 14 BackendWithCompilerDemo, 42 BackendWithCompilerDemo.__name__,
|
/aosp_15_r20/external/executorch/test/models/ |
H A D | export_delegated_program.py | 20 BackendWithCompilerDemo, 128 BackendWithCompilerDemo.__name__,
|
/aosp_15_r20/external/executorch/docs/source/ |
H A D | examples-end-to-end-to-lower-model-to-delegate.md | 53 # 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 D | compiler-delegate-and-partitioner.md | 124 Backend backend{"BackendWithCompilerDemo", &cls};
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_serde.py | 19 BackendWithCompilerDemo, 142 BackendWithCompilerDemo.__name__, edgeir_m.exported_program(), compile_specs
|
/aosp_15_r20/external/executorch/docs/source/tutorials_source/ |
H A D | export-to-executorch-tutorial.py | 368 BackendWithCompilerDemo,
|