Home
last modified time | relevance | path

Searched defs:edge_compile_config (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/extension/export_util/
H A Dutils.py57 edge_compile_config=None, argument
82 edge_compile_config=_EDGE_COMPILE_CONFIG, argument
106 edge_compile_config=_EDGE_COMPILE_CONFIG, argument
/aosp_15_r20/external/executorch/backends/apple/coreml/test/
H A Dtest_coreml_partitioner.py21 edge_compile_config = executorch.exir.EdgeCompileConfig(_skip_dim_order=True) variable in TestCoreMLPartitioner
/aosp_15_r20/external/executorch/exir/backend/test/
H A Dtest_lowered_backend_module.py49 self, lowered_module, example_inputs, edge_compile_config argument