aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib
Commit message (Expand)AuthorAge
* tfdbg: remove gen_debug_opsGravatar Shanqing Cai2017-07-24
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* tfdbg: open-source C++ and Python libraries of gRPC debugger modeGravatar Shanqing Cai2017-07-19
* Add GradientsDebugger to tfdbgGravatar Shanqing Cai2017-07-13
* tfdbg: send large Tensor Event protos through gRPC stream in chunksGravatar Shanqing Cai2017-07-05
* Disable graph rewrites in tests that assert a given graph structure (round 2)...Gravatar Benoit Steiner2017-07-05
* Disable graph rewrites in tests that assert a given graph structure. This wil...Gravatar Benoit Steiner2017-06-30
* 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
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unnecessary pylint disableGravatar Shanqing Cai2017-06-08
* tfdbg: dump debug data from different devices in separate directoriesGravatar Shanqing Cai2017-06-05
* tfdbg: add runtime shape and dtype info to DebugNumericSummaryGravatar Shanqing Cai2017-05-26
* tfdbg: add device name to deubg opsGravatar Shanqing Cai2017-05-25
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* tfdbg: add "print_source" ("ps") command to profiler modeGravatar Shanqing Cai2017-05-18
* Make ResourceVariable inherit from Variable.Gravatar Alexandre Passos2017-05-18
* 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
* 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
* tfdbg: Python interface, implementation and tests for gRPC debug ops gatingGravatar Shanqing Cai2017-04-22
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* 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 bug related to compiled Python filesGravatar Shanqing Cai2017-04-11
* tfdbg: disable problematic watched nodes under file:// debug URL in testDebug...Gravatar Shanqing Cai2017-04-10
* Disabling _testSourceUtilModuleReturnsTrue as its causing opensource issues.Gravatar Rohan Jain2017-04-07
* tfdbg CLI: add command list_source (ls) + UI fixes and improvementsGravatar Shanqing Cai2017-04-06
* tfdbg: exclude some nodes with apparently uninitialized tensors in testDebugT...Gravatar Shanqing Cai2017-04-04
* 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
* tfdbg core: add configurable attributes to debug ops, DebugNumericSummaryGravatar Shanqing Cai2017-03-20
* tfdbg: add tensor_dtype_regex_whitelist & WatchOptionsGravatar Shanqing Cai2017-03-10
* tfdbg: Let NodeStepper use TensorHandles as direct feedsGravatar Shanqing Cai2017-03-10
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* tfdbg: fix source_utils on WindowsGravatar Shanqing Cai2017-03-01
* tfdbg: Add ability to inspect Python source against TF graphsGravatar Shanqing Cai2017-03-01
* tfdbg: add option to tolerate debug op creation failuresGravatar Shanqing Cai2017-02-28
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* tfdbg: Fix a bug in DebugNumericSummaryOp's min / max calculation algorithmGravatar Shanqing Cai2017-02-21
* Swap NaN count from index 7 to 2 within DebugNumericSummary ops.Gravatar A. Unique TensorFlower2017-02-17
* tfdbg bug fix: avoid hanging while watching Enter and NextIteration ops in wh...Gravatar Shanqing Cai2017-02-14
* tfdbg: adjust file paths after Python API seal to avoid import problemsGravatar Shanqing Cai2017-02-14