Searched refs:DumpingEnabledForHloModule (Results 1 – 6 of 6) sorted by relevance
137 bool DumpingEnabledForHloModule(absl::string_view hlo_module_name,139 inline bool DumpingEnabledForHloModule(const HloModule& module) { in DumpingEnabledForHloModule() function140 return DumpingEnabledForHloModule(module.name(), in DumpingEnabledForHloModule()
826 if (DumpingEnabledForHloModule(*module)) { in BuildExecutable()845 CHECK(DumpingEnabledForHloModule(executable->module())); in BuildExecutable()
686 bool DumpingEnabledForHloModule(string_view hlo_module_name, in DumpingEnabledForHloModule() function
879 if (!DumpingEnabledForHloModule(*module)) { in operator ()()1282 DumpingEnabledForHloModule(cpu_executable->module())) { in CompileLegacyCpuExecutable()1433 if (DumpingEnabledForHloModule(*module)) { in CompileAheadOfTime()1543 if (!DumpingEnabledForHloModule(*module)) { in CompileAheadOfTime()
1016 if (DumpingEnabledForHloModule(*hlo_module)) { in CompileModuleToLlvmIrImpl()1140 DumpingEnabledForHloModule(debug_module ? debug_module->name() : "", in CompileToTargetBinary()1386 if (DumpingEnabledForHloModule(*module) && in RunBackend()1425 DumpingEnabledForHloModule(gpu_executable->module())) { in RunBackend()
588 if (!DumpingEnabledForHloModule(hlo_module)) { in DumpIrIfEnabled()