aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
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
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* tfdbg: remove Experimental tags and obsolete libraryGravatar Shanqing Cai2018-07-13
* Do not depend on boringssl for big-endian architectures. (#20038)Gravatar Brennan Saeta2018-06-16
* Switch from grpc++_unsecure to grpc++Gravatar Brennan Saeta2018-06-12
* Change gRPC include directory from "grpc++" to "grpcpp"Gravatar A. Unique TensorFlower2018-06-08
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Make core:device_tracer private to core/BUILD.Gravatar A. Unique TensorFlower2018-05-11
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Disable GRPC io utils test.Gravatar Gunhan Gulsoy2018-02-28
* Add a new tag no_cuda_on_cpu_tap for excluding failing non-gpu cuda tests.Gravatar Guangda Lai2018-02-15
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* tfdbg: Add protocol for sending tracebacks and source code to debug serverGravatar Shanqing Cai2017-12-06
* Split out a "graph" library from "core_cpu" to allow finer-grained dependencies.Gravatar Derek Murray2017-12-01
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* Fix tests that prevent enabling the dependency optimizer in grappler.Gravatar A. Unique TensorFlower2017-11-21
* Rename GPUTracer to DeviceTracer.Gravatar Eugene Brevdo2017-11-20
* Avoid listing all modified Enter/RefEnter nodes on INFO, use VLOG(1) instead.Gravatar Tim Harley2017-10-23
* Fold fetch nodes.Gravatar Yao Zhang2017-09-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
* 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
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Further refactoring of //tensorflow/core:protos_all_cc dependency reference (...Gravatar A. Unique TensorFlower2017-08-03
* tfdbg: open-source C++ and Python libraries of gRPC debugger modeGravatar Shanqing Cai2017-07-19
* Disable tests flaky in open-source builds due to port conflictsGravatar Shanqing Cai2017-07-05
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* 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
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* 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
* Minor modernizations, mostly more <memory>Gravatar A. Unique TensorFlower2017-06-12
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* 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