Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Dsource_utils.py220 path_regex_allowlist=None, argument
264 re.compile(path_regex_allowlist) if path_regex_allowlist else None)
H A Dsource_utils_test.py432 path_regex_allowlist=(".*" + curr_file_basename.replace(".", "\\.") +
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Danalyzer_cli_test.py1597 path_regex_allowlist=None, argument
1599 del dump, path_regex_allowlist, node_name_regex_allowlist
H A Danalyzer_cli.py1245 path_regex_allowlist=parsed.path_filter,