Home
last modified time | relevance | path

Searched refs:CompilerType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/startop/scripts/iorap/
Dcompiler.py30 class CompilerType(Enum): class
54 def compile(compiler_type: CompilerType, argument
59 if compiler_type == CompilerType.RI:
64 if compiler_type == CompilerType.DEVICE:
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py48 from iorap.compiler import CompilerType
138 type=CompilerType, choices=list(CompilerType),
139 default=CompilerType.DEVICE,
236 compiler_type: CompilerType, argument
278 compiler_type: CompilerType, argument
Dapp_startup_runner_test.py95 'trace_duration': None, 'compiler_type': asr.CompilerType.DEVICE}