aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/padding_fifo_queue.cc
Commit message (Expand)AuthorAge
* Improving error messages for dtypes.Gravatar A. Unique TensorFlower2018-08-09
* batch_util.h is generally useful so moved to util/ from kernels/ where it wil...Gravatar A. Unique TensorFlower2018-05-22
* 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
* 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
* Add dynamic_pad parameter to tf.batch and tf.batch_join. If true,Gravatar Eugene Brevdo2016-03-28
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* TensorFlow: remove more compiler warnings due to uninitialized varsGravatar Vijay Vasudevan2016-01-26
* 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
* Fixes a bug in Queue cancellation.Gravatar Derek Murray2016-01-22
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Change: 112640197Gravatar Manjunath Kudlur2016-01-20
* PaddingFIFOQueue is like FIFOQueue but allows dynamic shapes (using padding w...Gravatar Eugene Brevdo2016-01-20