Searched defs:hlo_module_name (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc386 const string& hlo_module_name = hlo_module.name(); local
396 hlo_module_name](const llvm::Module& llvm_module) {
401 /*hlo_module_name=*/hlo_module_name,
408 hlo_module_name](const llvm::Module& llvm_module) {
413 /*hlo_module_name=*/hlo_module_name,
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_util.cc701 const string& hlo_module_name,
707 tensorflow::strings::StrCat("ir-", SanitizeFileName(hlo_module_name), "-",
700 DumpIRToDirectory(const string& directory_name, const string& hlo_module_name, const llvm::Module& llvm_module, bool optimized) argument

Completed in 268 milliseconds