Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli_test.py463 prof_output.annotations[debugger_cli_common.INIT_SCROLL_POS_KEY])
Dcurses_ui.py1123 elif debugger_cli_common.INIT_SCROLL_POS_KEY in output.annotations:
1124 line_index = output.annotations[debugger_cli_common.INIT_SCROLL_POS_KEY]
Dprofile_analyzer_cli.py731 debugger_cli_common.INIT_SCROLL_POS_KEY] = len(lines) - 1
Ddebugger_cli_common.py37 INIT_SCROLL_POS_KEY = "init_scroll_pos" variable
Danalyzer_cli.py1167 annotations={debugger_cli_common.INIT_SCROLL_POS_KEY:
Danalyzer_cli_test.py1447 2, out.annotations[debugger_cli_common.INIT_SCROLL_POS_KEY])