Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py694 self._display_output(self._curr_unwrapped_output, highlight_regex=regex)
700 highlight_regex=self._curr_search_regex)
1060 def _display_output(self, output, is_refresh=False, highlight_regex=None): argument
1081 if highlight_regex:
1084 output, highlight_regex, font_attr=self._SEARCH_HIGHLIGHT_FONT_ATTR)
1107 if highlight_regex: