Home
last modified time | relevance | path

Searched defs:AddModule (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc178 SimpleOrcJIT::VModuleKeyT SimpleOrcJIT::AddModule( in AddModule() function in xla::cpu::SimpleOrcJIT
/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
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py211 def AddModule(self, m): member in _Graph