Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddump.cc280 static const LazyRE2 module_id_regex = {R"(.*module_(\d+)\..*)"}; in GetDumpFilePath() local
284 if (RE2::FullMatch(match, *module_id_regex, &dumped_module_id)) { in GetDumpFilePath()
290 if (RE2::FullMatch(filename, *module_id_regex, &module_id) && in GetDumpFilePath()