aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib
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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* tfdbg: Add adjustable limit to total bytes dumped to diskGravatar Shanqing Cai2018-08-28
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
* Improve tfdbg's handling of runtime errorsGravatar Shanqing Cai2018-06-11
* tfdbg: fix issue where total source file size exceeds gRPC message size limitGravatar Shanqing Cai2018-05-24
* tfdbg CLI: Allow node exclusion with tensor filtersGravatar Shanqing Cai2018-03-26
* tfdbg: split session_debug_grpc_testGravatar Shanqing Cai2018-03-13
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Michael Case2018-02-07
* Improve model_pruner:Gravatar A. Unique TensorFlower2018-02-07
* tfdbg: deflake session_debug_file_testGravatar Shanqing Cai2018-02-06
* Remove Identity nodes if num_inputs * num_outputs <= num_inputs + num_outputs...Gravatar A. Unique TensorFlower2018-01-29
* Don't close session in debug_gradients_test.py.Gravatar Skye Wanderman-Milne2018-01-24
* Switch GradientsDebugger to use C API-friendly Python APIsGravatar Skye Wanderman-Milne2018-01-11
* tfdbg: Add DebugGradientRefIdentity opGravatar Shanqing Cai2018-01-08
* tfdbg: add option to disable sending of traceback and source codeGravatar Shanqing Cai2018-01-03
* tfdbg: Fix a bug in source file content readingGravatar Shanqing Cai2017-12-27
* tfdbg: send graph traceback and source files from TensorBoard wrapper and hookGravatar Shanqing Cai2017-12-20
* tfdbg: Add protocol for sending tracebacks and source code to debug serverGravatar Shanqing Cai2017-12-06
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Simplified parts of the constant folding code and made it more robust to unex...Gravatar Benoit Steiner2017-12-06
* tfdbg: Add TensorBoardDebugWrapperSession and TensorBoardDebugHookGravatar Shanqing Cai2017-12-01
* Fix tests that prevent enabling the dependency optimizer in grappler.Gravatar A. Unique TensorFlower2017-11-21
* Fixed bug in offline debugger which prevented viewing events.Gravatar A. Unique TensorFlower2017-11-07
* * Add optimization to hoist a common factor out of sums of products involving...Gravatar A. Unique TensorFlower2017-11-02
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Disable constant folding for the tf.dbg test, as it makes assumptions on theGravatar Yao Zhang2017-09-20
* tfdbg: fix a few bugs in grpc_debug_server.pyGravatar Shanqing Cai2017-09-20
* tfdbg: change grpc protocol to make it possible to switch on/off gated_grpc d...Gravatar Shanqing Cai2017-09-13
* tfdbg: add capability to reconstruct non-debugger-decorated partition graphsGravatar Shanqing Cai2017-09-08
* tfdbg: Fix python3 breakage in grpc debug tests caused by bytes-type plugin_d...Gravatar Shanqing Cai2017-09-06
* tfdbg: Refactor graph-processing code out of debug_data.pyGravatar Shanqing Cai2017-09-06
* Allow starting a grpc debug server without blocking.Gravatar Tim Harley2017-08-24
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* tfdbg: extend grpc_debug_server protocol for interactive debuggingGravatar Shanqing Cai2017-08-11
* Make plugin_data an optional field of SummaryMetadataGravatar A. Unique TensorFlower2017-08-08
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Remove NotImplementedError from constructor of EventListenerBaseStreamHandlerGravatar Shanqing Cai2017-08-02
* Merge changes from github.Gravatar Benoit Steiner2017-08-01
* Disable constant folding for session debug tests.Gravatar Yao Zhang2017-07-28
* 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