| 378 | } |
| 379 | |
| 380 | bool DumpingToStdout(const DebugOptions& opts) { |
| 381 | return CanonicalDebugOptions(opts).dumping_to_stdout(); |
| 382 | } |
| 383 | |
| 384 | void DumpHloModuleBetweenPassesIfEnabled(string_view pipeline_name, |
| 385 | string_view before_pass_name, |
no test coverage detected