Searched refs:highlight_options (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 78 highlight_options=None): argument 171 if highlight_options is not None: 172 indices_list = list(np.argwhere(highlight_options.criterion(tensor))) 176 "(%s)" % highlight_options.description if highlight_options.description 194 (start_col, end_col, highlight_options.font_attr)) 197 highlight_options.font_attr)]
|
D | cli_shared.py | 155 highlight_options=None, argument 215 highlight_options=highlight_options)
|
D | tensor_format_test.py | 260 highlight_options = tensor_format.HighlightOptions( 263 a, "a", highlight_options=highlight_options) 288 highlight_options = tensor_format.HighlightOptions(highlight_filter) 290 a, "a", highlight_options=highlight_options)
|
D | stepper_cli.py | 526 highlight_options = cli_shared.parse_ranges_highlight(parsed.ranges) 552 highlight_options=highlight_options)
|
D | analyzer_cli.py | 933 highlight_options = cli_shared.parse_ranges_highlight(parsed.ranges) 1000 highlight_options=highlight_options, 1048 highlight_options=highlight_options,
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | local_cli_wrapper.py | 519 highlight_options=cli_shared.parse_ranges_highlight(parsed.ranges),
|