aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib/debug_data.py
Commit message (Expand)AuthorAge
* Improve tfdbg's handling of runtime errorsGravatar Shanqing Cai2018-06-11
* tfdbg CLI: Allow node exclusion with tensor filtersGravatar Shanqing Cai2018-03-26
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fixed bug in offline debugger which prevented viewing events.Gravatar A. Unique TensorFlower2017-11-07
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Merge changes from github.Gravatar Benoit Steiner2017-08-01
* tfdbg: open-source C++ and Python libraries of gRPC debugger modeGravatar Shanqing Cai2017-07-19
* tfdbg: send large Tensor Event protos through gRPC stream in chunksGravatar Shanqing Cai2017-07-05
* tfdbg: use gfile.Glob in DebugDumpDirGravatar Shanqing Cai2017-06-15
* tfdbg: fix race condition in picking graph file namesGravatar Shanqing Cai2017-06-15
* tfdbg: let DebugDumpDir.nodes() accept None device_name even when there are m...Gravatar Shanqing Cai2017-06-13
* tfdbg: add ability to find a path between two nodesGravatar Shanqing Cai2017-06-12
* tfdbg: reduce test code boilerplate and clean up exceptionsGravatar Shanqing Cai2017-06-10
* tfdbg: dump debug data from different devices in separate directoriesGravatar Shanqing Cai2017-06-05
* tfdbg: add device name to deubg opsGravatar Shanqing Cai2017-05-25
* tfdbg: Let DebugDumpDir class raise a more specific subtype of ValueErrorGravatar Shanqing Cai2017-05-18
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* tfdbg: Improve the way uninitialized tensor values and DT_RESOURCE tensor val...Gravatar Shanqing Cai2017-04-26
* tfdbg: Python interface, implementation and tests for gRPC debug ops gatingGravatar Shanqing Cai2017-04-22
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* tfdbg core: internally-oriented changesGravatar Shanqing Cai2017-04-14
* tfdbg: fix a bug in graph validation related to tf.while_loopsGravatar Shanqing Cai2017-03-30
* tfdbg: improve file paths & causality check under suboptimal timestamp resolu...Gravatar Shanqing Cai2017-03-20
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* tfdbg: Add ability to inspect Python source against TF graphsGravatar Shanqing Cai2017-03-01
* tfdbg: Fix a bug in DebugNumericSummaryOp's min / max calculation algorithmGravatar Shanqing Cai2017-02-21
* tfdbg: adjust file paths after Python API seal to avoid import problemsGravatar Shanqing Cai2017-02-14