Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared_test.py158 self.assertIn(debugger_cli_common.MAIN_MENU_KEY,
160 menu = run_start_intro.annotations[debugger_cli_common.MAIN_MENU_KEY]
Dcli_shared.py381 out.annotations[debugger_cli_common.MAIN_MENU_KEY] = menu
Dcurses_ui.py1192 if debugger_cli_common.MAIN_MENU_KEY in output.annotations:
1194 debugger_cli_common.MAIN_MENU_KEY].format_as_single_line(
Ddebugger_cli_common.py38 MAIN_MENU_KEY = "mm:" variable
Danalyzer_cli_test.py459 tst.assertIn(debugger_cli_common.MAIN_MENU_KEY, out.annotations)
461 menu = out.annotations[debugger_cli_common.MAIN_MENU_KEY]
Danalyzer_cli.py127 output.annotations[debugger_cli_common.MAIN_MENU_KEY] = menu
Dcurses_ui_test.py287 annotations[debugger_cli_common.MAIN_MENU_KEY] = menu
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper.py479 debugger_cli_common.MAIN_MENU_KEY in output.annotations):
480 menu = output.annotations[debugger_cli_common.MAIN_MENU_KEY]
Dlocal_cli_wrapper_test.py252 menu = run_info_output.annotations[debugger_cli_common.MAIN_MENU_KEY]
261 menu = run_info_output.annotations[debugger_cli_common.MAIN_MENU_KEY]