Searched refs:CompilerType (Results 1 – 3 of 3) sorted by relevance
30 class CompilerType(Enum): class54 def compile(compiler_type: CompilerType, argument59 if compiler_type == CompilerType.RI:64 if compiler_type == CompilerType.DEVICE:
48 from iorap.compiler import CompilerType138 type=CompilerType, choices=list(CompilerType),139 default=CompilerType.DEVICE,236 compiler_type: CompilerType, argument278 compiler_type: CompilerType, argument
95 'trace_duration': None, 'compiler_type': asr.CompilerType.DEVICE}