Searched defs:compile_specs (Results 1 – 7 of 7) sorted by relevance
355 -> 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()
89 def lower_module_to_coreml(module, compile_specs, example_inputs): argument
178 compile_specs = [CompileSpec("use_fp16", bytes([args.use_fp16]))] variable
1334 compile_specs, argument1374 compile_specs, argument1418 compile_specs, argument
124 def compile_specs(self) -> List[CompileSpec]: member in LoweredBackendModule
121 GraphConfig get_graph_config(ArrayRef<CompileSpec>& compile_specs) { in get_graph_config()
84 CompileSpec* compile_specs; in Init() local