aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug/debug_io_utils.cc
Commit message (Expand)AuthorAge
* tfdbg: adjust the scope of mutex for keeping track of disk usageGravatar Shanqing Cai2018-09-07
* Fixes a data race condition in tfdbg that could lead to using moreGravatar Stanley Bileschi2018-08-30
* tfdbg: Add adjustable limit to total bytes dumped to diskGravatar Shanqing Cai2018-08-28
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Change gRPC include directory from "grpc++" to "grpcpp"Gravatar A. Unique TensorFlower2018-06-08
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* tfdbg: fix a few bugs in grpc_debug_server.pyGravatar Shanqing Cai2017-09-20
* Extending the core DebugIdentity tensorflow operation with support for writingGravatar A. Unique TensorFlower2017-09-19
* tfdbg: change grpc protocol to make it possible to switch on/off gated_grpc d...Gravatar Shanqing Cai2017-09-13
* Add missing header inclusionGravatar A. Unique TensorFlower2017-09-08
* tfdbg core: fix data raceGravatar Shanqing Cai2017-08-17
* 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
* 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
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* tfdbg: revert dns:/// prefix in gRPC modeGravatar Shanqing Cai2017-06-27
* Explicitly use "dns" URI scheme when using DNS names or literal IPGravatar A. Unique TensorFlower2017-06-27
* Use the new SummaryMetadata field of the Value proto to pass per-plugin infor...Gravatar A. Unique TensorFlower2017-06-16
* tfdbg: fix race condition in picking graph file namesGravatar Shanqing Cai2017-06-15
* 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: send encoded GraphDef Event protos in chunks to work around the grpc 4...Gravatar Shanqing Cai2017-05-18
* tfdbg: Internally-oriented changesGravatar Shanqing Cai2017-05-10
* Merge changes from github.Gravatar Shanqing Cai2017-04-22
* tfdbg core: internally-oriented changesGravatar Shanqing Cai2017-04-14
* tfdbg core: allow gRPC debug server to remotely disable/enable debug opsGravatar Shanqing Cai2017-04-10
* tfdbg: improve file paths & causality check under suboptimal timestamp resolu...Gravatar Shanqing Cai2017-03-20
* Fix tfdbg in windows cmake buildGravatar Shanqing Cai2017-02-23
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* tfdbg core: add core metadata to debugger data stream + better support of con...Gravatar Shanqing Cai2017-02-08
* tfdbg: enable dumping of partition graphs and offline analysis of debug dumpsGravatar Shanqing Cai2016-12-14
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* tfdbg: Some changes that take effect only internally.Gravatar Shanqing Cai2016-12-07
* tfdbg core: implement gRPC debug URLsGravatar Shanqing Cai2016-11-22
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Debugger: File IO utils + File dumping from DebugOpsGravatar Shanqing Cai2016-07-29