aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/cli
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Add PinToHostOptimizer to grappler: force small ops to happen on CPU (instead ofGravatar A. Unique TensorFlower2018-09-22
* tfdbg CLI: Add command to print tensorflow versionGravatar Shanqing Cai2018-06-21
* Improve tfdbg's handling of runtime errorsGravatar Shanqing Cai2018-06-11
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* tfdbg CLI: Allow node exclusion with tensor filtersGravatar Shanqing Cai2018-03-26
* tfdbg: Curses CLI: Fill line-end whitespace with default color pairGravatar Shanqing Cai2018-03-20
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Merge changes from github.Gravatar Michael Case2018-02-07
* Relax text comparison for numpy formatting of arraysGravatar Shanqing Cai2018-01-10
* tfdbg: allow writing tensor values to filesystem as numpy filesGravatar Shanqing Cai2017-12-21
* tfdbg: send graph traceback and source files from TensorBoard wrapper and hookGravatar Shanqing Cai2017-12-20
* Fixed a couple of bugs in transitive reduction:Gravatar A. Unique TensorFlower2017-12-19
* * Add optimization to hoist a common factor out of sums of products involving...Gravatar A. Unique TensorFlower2017-11-02
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* tfdbg: add persistent configGravatar Shanqing Cai2017-10-15
* Fixed a typo in a message from the debugger.Gravatar A. Unique TensorFlower2017-10-06
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* tfdbg: fix a bug re. string representation of SparseTensor feedsGravatar Shanqing Cai2017-09-26
* Disable constant folding for more tf.dbg tests, as they make assumptions on theGravatar Yao Zhang2017-09-20
* tfdbg: fix a bug in list_inputs and list_outputsGravatar Shanqing Cai2017-09-15
* tfdbg: add capability to reconstruct non-debugger-decorated partition graphsGravatar Shanqing Cai2017-09-08
* tfdbg: Refactor graph-processing code out of debug_data.pyGravatar Shanqing Cai2017-09-06
* tfdbg CLI: fix issue of two columns having no space in betweenGravatar Shanqing Cai2017-08-21
* tfdbg: fix a bug in string representation of SparseTensorsGravatar Shanqing Cai2017-08-07
* tfdbg CLI: add eval of arbitrary Python / np expressionsGravatar Shanqing Cai2017-08-03
* 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