Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h108 bool DumpingEnabledForHloModule(absl::string_view hlo_module_name,
110 inline bool DumpingEnabledForHloModule(const HloModule& module) { in DumpingEnabledForHloModule() function
111 return DumpingEnabledForHloModule(module.name(), in DumpingEnabledForHloModule()
Ddump.cc436 bool DumpingEnabledForHloModule(string_view hlo_module_name, in DumpingEnabledForHloModule() function
Dservice.cc334 if (DumpingEnabledForHloModule(module_protos[i]->name(), debug_opts) && in BuildExecutables()
780 if (DumpingEnabledForHloModule(module_proto.name(), debug_opts) && in BuildExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc641 if (!DumpingEnabledForHloModule(*module)) { in operator ()()
927 if (DumpingEnabledForHloModule(*module)) { in CompileAheadOfTime()
994 if (!DumpingEnabledForHloModule(*module)) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc718 DumpingEnabledForHloModule(debug_module ? debug_module->name() : "", in CompileToTargetBinary()
927 if (DumpingEnabledForHloModule(*module)) { in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc587 if (!DumpingEnabledForHloModule(hlo_module)) { in DumpIrIfEnabled()