Home
last modified time | relevance | path

Searched refs:DumpHloModuleDuringPassIfEnabled (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h74 void DumpHloModuleDuringPassIfEnabled(absl::string_view pass_name,
Dcopy_insertion.cc1180 DumpHloModuleDuringPassIfEnabled( in Run()
1187 DumpHloModuleDuringPassIfEnabled(name(), "after removing unnecessary copies", in Run()
1191 DumpHloModuleDuringPassIfEnabled(name(), "after adding special-case copies", in Run()
Ddump.cc326 void DumpHloModuleDuringPassIfEnabled(string_view pass_name, in DumpHloModuleDuringPassIfEnabled() function