Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_test_utils.py45 _ARRAY_VALUE_SEPARATOR_REGEX = re.compile(r"(array|\(|\[|\]|\)|\||,)") variable
63 line = re.sub(_ARRAY_VALUE_SEPARATOR_REGEX, " ", line)