Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dreadline_ui.py98 return debugger_cli_common.EXPLICIT_USER_EXIT
Ddebugger_cli_common.py35 EXPLICIT_USER_EXIT = "explicit_user_exit" variable
Dcurses_ui.py678 return debugger_cli_common.EXPLICIT_USER_EXIT
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper.py282 if self._run_start_response == debugger_cli_common.EXPLICIT_USER_EXIT: