aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/fifo_queue.cc
Commit message (Expand)AuthorAge
* [TF:XLA] Add partial implementation of tf.FIFOQueue for XLA devices (e.g., TPU).Gravatar Peter Hawkins2018-06-28
* 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
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* 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
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add allow_small_batch attribute to QueueInterface, and a new opGravatar Eugene Brevdo2016-04-20
* Cleaning up int64 implicit cast warnings from fifo queue.Gravatar David G. Andersen2016-03-11
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* 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
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* 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