STT-tensorflow/tensorflow/python/debug/cli
Shanqing Cai 117fde63a8 [tfdbg] Mark the reasons for a number of tests decorated with run_v1_only
PiperOrigin-RevId: 336726372
Change-Id: Iff0197fca0a8e53fc164f9d9b1fa969f1475104b
2020-10-12 13:09:48 -07:00
..
__init__.py
analyzer_cli_test.py Replace instances of "whitelist" with "allowlist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-08 10:13:43 -07:00
analyzer_cli.py Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
base_ui.py
cli_config_test.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
cli_config.py
cli_shared_test.py [tfdbg] Mark the reasons for a number of tests decorated with run_v1_only 2020-10-12 13:09:48 -07:00
cli_shared.py [tfdbg] Remove deprecated stepper 2019-04-19 11:21:47 -07:00
cli_test_utils.py
command_parser_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
command_parser.py tfdbg: allow writing tensor values to filesystem as numpy files 2017-12-21 08:39:06 -08:00
curses_ui_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
curses_ui.py Merge pull request from kiszk:spelling_tweaks_python 2020-02-12 13:41:49 -08:00
curses_widgets_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
curses_widgets.py
debugger_cli_common_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
debugger_cli_common.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
evaluator_test.py Eliminate use of Mock objects as specs for Mocks. 2020-09-10 08:30:46 -07:00
evaluator.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
offline_analyzer.py tfdbg: adjust file paths after Python API seal to avoid import problems 2017-02-14 07:49:47 -08:00
profile_analyzer_cli_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
profile_analyzer_cli.py Replace list comprehension with generator expressions. 2019-12-16 12:26:12 -08:00
readline_ui_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
readline_ui.py Replace raw_input/input with six.moves.input for python 2/3 () 2018-04-17 16:44:53 -07:00
tensor_format_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
tensor_format.py
ui_factory.py