Home
last modified time | relevance | path

Searched refs:after_pass_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.cc36 HloT* hlo, absl::string_view after_pass_name) { in RunInvariantCheckers() argument
46 "\n\nFailed after ", after_pass_name)); in RunInvariantCheckers()
101 absl::string_view after_pass_name, in MaybeDumpHlo() argument
103 DumpHloModuleBetweenPassesIfEnabled(name(), before_pass_name, after_pass_name, in MaybeDumpHlo()
108 absl::string_view after_pass_name, in MaybeDumpHlo() argument
111 MaybeDumpHlo(*module, after_pass_name, before_pass_name); in MaybeDumpHlo()
Dhlo_pass_pipeline.h77 absl::string_view after_pass_name,
79 void MaybeDumpHlo(const HloModule& module, absl::string_view after_pass_name,
85 Status RunInvariantCheckers(HloT* hlo, absl::string_view after_pass_name);
Ddump.cc301 string_view after_pass_name, in DumpHloModuleBetweenPassesIfEnabled() argument
309 !opts.should_dump_pass(after_pass_name)) { in DumpHloModuleBetweenPassesIfEnabled()
321 after_pass_name, before_pass_name); in DumpHloModuleBetweenPassesIfEnabled()
Ddump.h67 absl::string_view after_pass_name,