aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/padding_fifo_queue_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Join an unjoined checked thread in fifo_queue_test.Gravatar Gunhan Gulsoy2017-09-01
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Fixed a race condition in direct sessions: we shouldn't call RecvOutputs if theGravatar Benoit Steiner2016-11-16
* Removes the _ref dtypes from the public list.Gravatar A. Unique TensorFlower2016-11-15
* Queues and SQSS raise Cancelled instead of Aborted on Enqueue when closed.Gravatar Eugene Brevdo2016-08-30
* TensorShape and Queue API fixesGravatar Eugene Brevdo2016-08-23
* Add support for DequeueUpTo in FIFOQueue and PaddingFIFOQueueGravatar Eugene Brevdo2016-06-24
* Merge changes from github.Gravatar Martin Wicke2016-06-03
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Get rid of mysterious comment previously needed for syncing withGravatar Josh Levenberg2016-02-01
* PaddingFIFOQueue is like FIFOQueue but allows dynamic shapes (using padding w...Gravatar Eugene Brevdo2016-01-20