Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_pass_pipeline.cc155 std::string dump_regex = debug_options.xla_dump_hlo_pass_re(); in RunPassesInternal() local
186 if (!dump_regex.empty() && (pass_changed || dump_regex != ".*")) { in RunPassesInternal()