Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dbackend_integration_test.cpp355 -> Result<DelegateHandle*> { in TEST_P()
399 -> Result<DelegateHandle*> { in TEST_P()
498 -> Result<DelegateHandle*> { in TEST_P()
541 -> Result<DelegateHandle*> { in TEST_P()
654 -> Result<DelegateHandle*> { in TEST_P()
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Dexport.py89 def lower_module_to_coreml(module, compile_specs, example_inputs): argument
/aosp_15_r20/external/executorch/examples/apple/mps/scripts/
H A Dmps_example.py178 compile_specs = [CompileSpec("use_fp16", bytes([args.use_fp16]))] variable
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py1334 compile_specs, argument
1374 compile_specs, argument
1418 compile_specs, argument
/aosp_15_r20/external/executorch/exir/
H A Dlowered_backend_module.py124 def compile_specs(self) -> List[CompileSpec]: member in LoweredBackendModule
/aosp_15_r20/external/executorch/backends/vulkan/runtime/
H A DVulkanBackend.cpp121 GraphConfig get_graph_config(ArrayRef<CompileSpec>& compile_specs) { in get_graph_config()
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp84 CompileSpec* compile_specs; in Init() local