HomeSort by relevance Sort by last modified time
    Searched refs:node_name_regex_blacklist (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
debug_utils.py 179 node_name_regex_blacklist=None,
204 node_name_regex_blacklist: Regular-expression blacklist for node_name.
208 If both node_name_regex_blacklist and op_type_regex_blacklist
227 node_name_pattern = (re.compile(node_name_regex_blacklist) if
228 node_name_regex_blacklist else None)
debug_utils_test.py 288 node_name_regex_blacklist="(a1$|a1_init$|a1/.*|p1$)")
314 node_name_regex_blacklist="p1$",
343 node_name_regex_blacklist="^s$",
session_debug_testlib.py 593 node_name_regex_blacklist="(.*rnn/while/.*|.*TensorArray.*)",
    [all...]

Completed in 163 milliseconds