Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py219 REGEX_SEARCH_PREFIX = "/" variable in CursesUI
687 if (command.startswith(self.REGEX_SEARCH_PREFIX) and
689 if len(command) > len(self.REGEX_SEARCH_PREFIX):
691 regex = command[len(self.REGEX_SEARCH_PREFIX):]