Home
last modified time | relevance | path

Searched refs:ExecutorchBackendConfig (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_remove_view_copy.py13 from executorch.exir.capture._config import ExecutorchBackendConfig
49 config=ExecutorchBackendConfig(
71 config=ExecutorchBackendConfig(
79 config=ExecutorchBackendConfig(
102 config=ExecutorchBackendConfig(
H A Dtest_memory_planning.py16 from executorch.exir import ExecutorchBackendConfig, to_edge
500 exir.ExecutorchBackendConfig(
558 config=ExecutorchBackendConfig(
578 config=ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/exir/backend/test/
H A Dtest_backends.py157 config=exir.ExecutorchBackendConfig(
256 config=exir.ExecutorchBackendConfig(
311 config=exir.ExecutorchBackendConfig(
382 config=exir.ExecutorchBackendConfig(
545 config=exir.ExecutorchBackendConfig(
616 config=exir.ExecutorchBackendConfig(
628 config=exir.ExecutorchBackendConfig(
739 config=exir.ExecutorchBackendConfig(
756 config=exir.ExecutorchBackendConfig(
858 config=exir.ExecutorchBackendConfig(
[all …]
H A Dtest_backends_lifted.py178 config=exir.ExecutorchBackendConfig(
273 config=exir.ExecutorchBackendConfig(
322 config=exir.ExecutorchBackendConfig(
387 config=exir.ExecutorchBackendConfig(
542 config=exir.ExecutorchBackendConfig(
613 config=exir.ExecutorchBackendConfig(
624 config=exir.ExecutorchBackendConfig(
737 config=exir.ExecutorchBackendConfig(
753 config=exir.ExecutorchBackendConfig(
849 config=exir.ExecutorchBackendConfig(
[all …]
/aosp_15_r20/external/executorch/exir/program/
H A D_program.py21 from executorch.exir.capture._config import EdgeCompileConfig, ExecutorchBackendConfig
416 config: Optional[ExecutorchBackendConfig] = None, argument
420 config = config or ExecutorchBackendConfig()
648 config: ExecutorchBackendConfig, name: Optional[str] = None argument
656 default_pass = ExecutorchBackendConfig().sym_shape_eval_pass
683 config: ExecutorchBackendConfig, name: Optional[str] = None argument
1301 config: Optional[ExecutorchBackendConfig] = None, argument
1314 config = config if config else ExecutorchBackendConfig()
1341 name, ExecutorchBackendConfig().memory_planning_pass
1379 backend_config: Optional[ExecutorchBackendConfig] = None, argument
[all …]
/aosp_15_r20/external/executorch/examples/apple/mps/scripts/
H A Dmps_example.py30 from executorch.exir.capture._config import ExecutorchBackendConfig
186 config=ExecutorchBackendConfig(extract_delegate_segments=False)
196 ).to_executorch(config=ExecutorchBackendConfig(extract_delegate_segments=False))
/aosp_15_r20/external/executorch/exir/program/test/
H A Dtest_program.py14 from executorch.exir import EdgeCompileConfig, ExecutorchBackendConfig
265 ExecutorchBackendConfig(
452 delegate_manager.to_executorch(ExecutorchBackendConfig())
460 delegate_manager.to_executorch(ExecutorchBackendConfig())
505 ExecutorchBackendConfig(
517 ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/backends/xnnpack/utils/
H A Dconfigs.py30 ) -> exir.ExecutorchBackendConfig:
32 return exir.ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/test/models/
H A Dgenerate_linear_out_bundled_program.py25 from executorch.exir import ExecutorchBackendConfig, to_edge
41 config=ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/examples/portable/scripts/
H A Dexport.py14 from executorch.exir.capture import EdgeCompileConfig, ExecutorchBackendConfig
65 backend_config = ExecutorchBackendConfig()
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_utils.py23 from executorch.exir.capture._config import ExecutorchBackendConfig
242 config=ExecutorchBackendConfig(extract_delegate_segments=False)
259 config=ExecutorchBackendConfig(extract_delegate_segments=False)
/aosp_15_r20/external/executorch/examples/xnnpack/
H A Daot_compiler.py20 ExecutorchBackendConfig,
110 config=ExecutorchBackendConfig(extract_delegate_segments=False)
/aosp_15_r20/external/executorch/examples/qualcomm/scripts/
H A Dexport_example.py18 from executorch.exir.capture._config import ExecutorchBackendConfig
94 config=ExecutorchBackendConfig(extract_delegate_segments=False)
/aosp_15_r20/external/executorch/extension/export_util/
H A Dexport_hf_model.py13 from executorch.exir import EdgeCompileConfig, ExecutorchBackendConfig, to_edge
107 .to_executorch(ExecutorchBackendConfig(extract_delegate_segments=True))
/aosp_15_r20/external/executorch/extension/pybindings/test/
H A Dmake_test.py14 from executorch.exir import ExecutorchBackendConfig, ExecutorchProgramManager, to_edge
89 et_config: Optional[ExecutorchBackendConfig] = None, argument
287 et_config=ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/docs/source/tutorials_source/
H A Dexport-to-executorch-tutorial.py520 from executorch.exir import ExecutorchBackendConfig, ExecutorchProgramManager
524 ExecutorchBackendConfig(
585 ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Dinspector_utils.py32 ExecutorchBackendConfig,
81 _EDGE_BACKEND_CONFIG = exir.ExecutorchBackendConfig(
127 config: ExecutorchBackendConfig, argument
H A Dexport.py111 ).to_executorch(config=exir.ExecutorchBackendConfig(extract_delegate_segments=True))
182 config=exir.ExecutorchBackendConfig(extract_delegate_segments=True)
/aosp_15_r20/external/executorch/test/end2end/
H A Dexported_module.py17 from executorch.exir import ExecutorchBackendConfig, ExecutorchProgramManager, to_edge
201 ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/examples/xnnpack/quantization/
H A Dexample.py16 from executorch.exir.capture._config import ExecutorchBackendConfig
196 config=ExecutorchBackendConfig(extract_delegate_segments=False)
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/
H A Dqaihub_llama2_7b.py14 ExecutorchBackendConfig,
86 backend_config=ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/
H A Dqaihub_llama3_8b.py15 ExecutorchBackendConfig,
87 backend_config=ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/examples/models/llava/
H A Dexport_llava.py30 ExecutorchBackendConfig,
231 ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/
H A Dqaihub_stable_diffusion.py18 ExecutorchBackendConfig,
385 backend_config=ExecutorchBackendConfig(
/aosp_15_r20/external/executorch/exir/capture/
H A D__init__.py18 ExecutorchBackendConfig,

12