Home
last modified time | relevance | path

Searched refs:AddModule (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py159 g.AddModule(m)
191 g.AddModule(cur)
211 def AddModule(self, m): member in _Graph
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h73 VModuleKeyT AddModule(std::unique_ptr<llvm::Module> module);
Dsimple_orc_jit.cc178 SimpleOrcJIT::VModuleKeyT SimpleOrcJIT::AddModule( in AddModule() function in xla::cpu::SimpleOrcJIT
Dcpu_compiler.cc714 jit->AddModule(std::move(llvm_module)); in RunBackend()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dexecutionengine.go149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/external/llvm/bindings/go/llvm/
Dexecutionengine.go149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func