aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/rendezvous.cc
Commit message (Expand)AuthorAge
* Optimize the destruction of CancellationManager and LocalRendezvousImpl.Gravatar Derek Murray2018-03-08
* Removed StringPiece::set and StringPiece::clear, as they have no absl::string...Gravatar A. Unique TensorFlower2017-11-10
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Internal change.Gravatar A. Unique TensorFlower2017-07-24
* Internal cleanup.Gravatar A. Unique TensorFlower2017-07-21
* Removes tolerate_dup_recv from LocaRendezvous.Gravatar A. Unique TensorFlower2017-07-21
* Minor cleanup: Remove unused BUILD dependencies and unnecessary code.Gravatar A. Unique TensorFlower2017-06-02
* Changed the second argument of WaitForNotificationWithTimeout() to mean micro...Gravatar Yuan Yu2017-02-16
* Updated DirectSession::RecvOutputs to take into account the session timeouts.Gravatar Benoit Steiner2016-11-18
* Use gtl::FlatMap and gtl::FlatSet in several places instead ofGravatar A. Unique TensorFlower2016-10-31
* Fix data race in LocalRendezvousImpl - item was used outside the lock, butGravatar A. Unique TensorFlower2016-08-10
* Several small changes to reduce the number of memory allocations alongGravatar A. Unique TensorFlower2016-07-16
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Added more streamlined interfaces for converting rendezvous idsGravatar A. Unique TensorFlower2016-02-29
* TensorFlow: fix more int -> size_t warningsGravatar Vijay Vasudevan2016-01-26
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Minor updates to docs, BUILD, GPU config / perf, etc.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06