Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py237 node_name_regex_allowlist=None, argument
267 self.node_name_regex_allowlist = node_name_regex_allowlist
548 node_name_regex_allowlist=(run_start_resp.node_name_regex_allowlist),
709 node_name_regex_allowlist=None, argument
738 node_name_regex_allowlist=node_name_regex_allowlist,
840 node_name_regex_allowlist=None, argument
870 self.node_name_regex_allowlist = node_name_regex_allowlist
880 (self.debug_ops, self.node_name_regex_allowlist,
954 node_name_regex_allowlist=watch_opts.node_name_regex_allowlist,
Dhooks.py127 node_name_regex_allowlist=(
128 on_run_start_response.node_name_regex_allowlist),
208 node_name_regex_allowlist=watch_options.node_name_regex_allowlist,
295 node_name_regex_allowlist=watch_options.node_name_regex_allowlist,
Ddumping_wrapper_test.py243 node_name_regex_allowlist=r"^v.*",
296 node_name_regex_allowlist=r"^$",
Dlocal_cli_wrapper.py555 node_name_regex_allowlist=parsed.node_name_filter,
/external/tensorflow/tensorflow/python/debug/lib/
Dgrpc_large_data_test.py74 node_name_regex_allowlist=r"original_u")
105 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
129 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
159 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
181 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
204 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"u_init")
Ddebug_utils.py86 node_name_regex_allowlist=None, argument
146 re.compile(node_name_regex_allowlist)
147 if node_name_regex_allowlist else None)
Ddist_session_debug_grpc_test.py146 node_name_regex_allowlist=r"a",
158 node_name_regex_allowlist=r"p",
212 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"p")
Dsource_utils.py225 node_name_regex_allowlist=None): argument
270 re.compile(node_name_regex_allowlist)
271 if node_name_regex_allowlist else None)
Ddebug_utils_test.py235 node_name_regex_allowlist="(a1$|a1_init$|a1/.*|p1$)")
261 node_name_regex_allowlist="([a-z]+1$)",
286 node_name_regex_allowlist="^a.*",
Dsource_utils_test.py409 self.dump, node_name_regex_allowlist=r"while/Add.*")
Dsession_debug_grpc_test.py210 node_name_regex_allowlist=r".*/read",
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py1582 node_name_regex_allowlist=None): argument
1583 del dump, path_regex_allowlist, node_name_regex_allowlist
Danalyzer_cli.py1251 node_name_regex_allowlist=parsed.node_name_filter)