Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h92 bool DumpingEnabledForHloModule(absl::string_view hlo_module_name,
94 inline bool DumpingEnabledForHloModule(const HloModule& module) { in DumpingEnabledForHloModule() function
95 return DumpingEnabledForHloModule(module.name(), in DumpingEnabledForHloModule()
Ddump.cc290 bool DumpingEnabledForHloModule(string_view hlo_module_name, in DumpingEnabledForHloModule() function
Dservice.cc384 if (DumpingEnabledForHloModule(module_protos[i]->name(), debug_opts) && in BuildExecutables()
804 if (DumpingEnabledForHloModule(module_proto.name(), debug_opts) && in BuildExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc565 if (!DumpingEnabledForHloModule(*module)) { in operator ()()
652 if (DumpingEnabledForHloModule(*module)) { in RunBackend()
837 if (DumpingEnabledForHloModule(*module)) { in CompileAheadOfTime()
904 if (!DumpingEnabledForHloModule(*module)) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc675 if (DumpingEnabledForHloModule(*module)) { in RunBackend()
759 if (DumpingEnabledForHloModule(*module)) { in RunBackend()
769 if (DumpingEnabledForHloModule(*module)) { in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc588 if (!DumpingEnabledForHloModule(hlo_module)) { in DumpIrIfEnabled()