Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp54 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
55 CompileContext() : Compiled(false) { } in CompileContext() function
57 OrcCAPIExecutionTest* APIExecTest;
58 std::unique_ptr<Module> M;
59 LLVMOrcModuleHandle H;
60 bool Compiled;
/external/pytorch/torch/
D_guards.py577 class CompileContext: class
779 def compile_context(context: Optional[CompileContext]):