aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/cli
Commit message (Expand)AuthorAge
* tfdbg: allow CLI to display feed valuesGravatar Shanqing Cai2017-07-20
* tfdbg CLI: add text summary of numeric valuesGravatar Shanqing Cai2017-07-09
* Allow callables from Session.make_callable() to take RunOptions and RunMetadataGravatar Shanqing Cai2017-07-05
* Disable graph rewrites in tests that assert a given graph structure (round 2)...Gravatar Benoit Steiner2017-07-05
* tfdbg CLI: replace accordion pattern in the print_source output with INIT_SCR...Gravatar Shanqing Cai2017-06-30
* Disable graph rewrites in tests that assert a given graph structure. This wil...Gravatar Benoit Steiner2017-06-30
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* tfdbg: prevent curses UI from crashing during rapid resizingGravatar Shanqing Cai2017-06-16
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* tfdbg: add "print_source" ("ps") command to profiler modeGravatar Shanqing Cai2017-05-18
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* tfdbg CLI: add initial support for command "run -p": profiler modeGravatar Shanqing Cai2017-05-11
* tfdbg: Improve the way uninitialized tensor values and DT_RESOURCE tensor val...Gravatar Shanqing Cai2017-04-26
* Automated rollback of change 154225030Gravatar A. Unique TensorFlower2017-04-25
* Automated rollback of change 154220704Gravatar A. Unique TensorFlower2017-04-25
* Add ProfileAnalyzer class to tfdbg.Gravatar A. Unique TensorFlower2017-04-25
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* tfdbg: command_parser: make extract_output_file_path smarterGravatar Shanqing Cai2017-04-18
* Add functions to tfdbg for parsing time and memory intervals.Gravatar A. Unique TensorFlower2017-04-11
* tfdbg: fix bug related to compiled Python filesGravatar Shanqing Cai2017-04-11
* tfdbg CLI: minor bug fixesGravatar Shanqing Cai2017-04-10
* tfdbg CLI: add command list_source (ls) + UI fixes and improvementsGravatar Shanqing Cai2017-04-06
* tfdbg: three small improves to wrappers and hooksGravatar Shanqing Cai2017-03-22
* tfdbg CLI: in key mapping, replace some int key codes with available curses c...Gravatar Shanqing Cai2017-03-20
* tfdbg: Ensure that the curses UI can run in a child thread, and only one runs...Gravatar A. Unique TensorFlower2017-03-20
* tfdbg: CursesUI: add key mapping for backspace and delete keysGravatar Shanqing Cai2017-03-18
* tfdbg: update doc imagesGravatar Shanqing Cai2017-03-17
* tfdbg: minor doc string fixGravatar Shanqing Cai2017-03-15
* tfdbg CLI: Add navigation bar to CursesUIGravatar Shanqing Cai2017-03-13
* tfdbg CLI: a bug fix and a UI improvementGravatar Shanqing Cai2017-03-02
* tfdbg: Add ability to inspect Python source against TF graphsGravatar Shanqing Cai2017-03-01
* Fix tfdbg in windows cmake buildGravatar Shanqing Cai2017-02-23
* Use RichLine instead of explicit font_attr_segs in two more filesGravatar A. Unique TensorFlower2017-02-23
* "the the" -> "the"Gravatar A. Unique TensorFlower2017-02-21
* tfdbg CLI: fix click-triggered command with existing text in textboxGravatar Shanqing Cai2017-02-21
* tfdbg: adjust file paths after Python API seal to avoid import problemsGravatar Shanqing Cai2017-02-14
* This replaces the use of eval with an explicit slice object.Gravatar A. Unique TensorFlower2017-02-10
* tfdbg curses CLI: add mouse-triggered screen scrollingGravatar Shanqing Cai2017-02-07
* tfdbg: fix CommandHistory test sandboxing issueGravatar Shanqing Cai2017-02-07
* tfdbg CLI: Make CursesUI command history persist across sessionsGravatar Shanqing Cai2017-02-06
* tfdbg stepper: display last updated variablesGravatar Shanqing Cai2017-02-06
* tfdbg: stepper: use dumped intermediate tensors during cont() callsGravatar Shanqing Cai2017-02-04
* Initial refactor for RichTextLinesGravatar A. Unique TensorFlower2017-02-03
* tfdbg CLI: fix a bug RichTextLines.prepend that caused font_attr_segs to be NoneGravatar Shanqing Cai2017-02-01
* Adding support for 'b' in mode for FileIO.Gravatar Rohan Jain2017-01-25
* Merge changes from github.Gravatar Patrick Nguyen2017-01-17
* tfdbg: add tab completion to ReadlineUIGravatar Shanqing Cai2017-01-10
* tfdbg: fix syntax errors in example py filesGravatar Shanqing Cai2017-01-06