HomeSort by relevance Sort by last modified time
    Searched refs:hlo_module_name (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 386 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,
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.h 278 // `hlo_module_name` is incorporated into the file name. If `optimized` is true
282 const string& hlo_module_name,
llvm_util.cc 701 const string& hlo_module_name,
707 tensorflow::strings::StrCat("ir-", SanitizeFileName(hlo_module_name), "-",

Completed in 156 milliseconds