Searched refs:node_name_regex_allowlist (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 237 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,
|
D | hooks.py | 127 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,
|
D | dumping_wrapper_test.py | 243 node_name_regex_allowlist=r"^v.*", 296 node_name_regex_allowlist=r"^$",
|
D | local_cli_wrapper.py | 555 node_name_regex_allowlist=parsed.node_name_filter,
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | grpc_large_data_test.py | 74 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")
|
D | debug_utils.py | 86 node_name_regex_allowlist=None, argument 146 re.compile(node_name_regex_allowlist) 147 if node_name_regex_allowlist else None)
|
D | dist_session_debug_grpc_test.py | 146 node_name_regex_allowlist=r"a", 158 node_name_regex_allowlist=r"p", 212 debug_ops=["DebugIdentity"], node_name_regex_allowlist=r"p")
|
D | source_utils.py | 225 node_name_regex_allowlist=None): argument 270 re.compile(node_name_regex_allowlist) 271 if node_name_regex_allowlist else None)
|
D | debug_utils_test.py | 235 node_name_regex_allowlist="(a1$|a1_init$|a1/.*|p1$)") 261 node_name_regex_allowlist="([a-z]+1$)", 286 node_name_regex_allowlist="^a.*",
|
D | source_utils_test.py | 409 self.dump, node_name_regex_allowlist=r"while/Add.*")
|
D | session_debug_grpc_test.py | 210 node_name_regex_allowlist=r".*/read",
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 1582 node_name_regex_allowlist=None): argument 1583 del dump, path_regex_allowlist, node_name_regex_allowlist
|
D | analyzer_cli.py | 1251 node_name_regex_allowlist=parsed.node_name_filter)
|