Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcommand_parser.py26 _BRACKETS_PATTERN = re.compile(r"\[[^\]]*\]") variable
76 brackets_intervals = [f.span() for f in _BRACKETS_PATTERN.finditer(command)]