aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/queue_base.cc
Commit message (Expand)AuthorAge
* batch_util.h is generally useful so moved to util/ from kernels/ where it wil...Gravatar A. Unique TensorFlower2018-05-22
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Switch tf.data support for sparse tensors from string-based serialization to ...Gravatar Jiri Simsa2017-12-06
* Add a fast path for batching strings when it is possible to move them.Gravatar Derek Murray2017-11-20
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Added missing support for uint16 type in the queues.Gravatar A. Unique TensorFlower2017-04-20
* Queues and SQSS raise Cancelled instead of Aborted on Enqueue when closed.Gravatar Eugene Brevdo2016-08-30
* Add support for DequeueUpTo in FIFOQueue and PaddingFIFOQueueGravatar Eugene Brevdo2016-06-24
* Added support for fp16 to TensorFlow queue operations used by the inceptionGravatar Benoit Steiner2016-06-15
* Merge changes from github.Gravatar Martin Wicke2016-06-03
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Cleaning up int64 implicit cast warnings from fifo queue.Gravatar David G. Andersen2016-03-11
* TensorFlow: reduce verbose logging. Fixes #1360, #1341, and more.Gravatar Jianmin Chen2016-03-03
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Fixes a bug in Queue cancellation.Gravatar Derek Murray2016-01-22
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* PaddingFIFOQueue is like FIFOQueue but allows dynamic shapes (using padding w...Gravatar Eugene Brevdo2016-01-20
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Be more careful about double-cancellation of requests.Gravatar A. Unique TensorFlower2015-12-15
* Fix use-after-free in Queue cancellation.Gravatar A. Unique TensorFlower2015-12-15
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Minor updates to docs, BUILD, GPU config / perf, etc.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Upstream a batch of changes to git.Gravatar Vijay Vasudevan2015-11-09
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06