OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveModule
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.cc
141
void SimpleOrcJIT::
RemoveModule
(SimpleOrcJIT::VModuleKeyT key) {
144
cantFail(compile_layer_.
removeModule
(key));
/external/llvm/bindings/go/llvm/
executionengine.go
151
func (ee ExecutionEngine)
RemoveModule
(m Module) {
Completed in 173 milliseconds