Home
last modified time | relevance | path

Searched defs:BackendConfig (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
D__init__.py39 def __init__(self, ci: "CompilerInstance", config: BackendConfig):
/arkcompiler/runtime_core/taihe/compiler/taihe/driver/
Dbackend.py53 class BackendConfig(ABC): class