aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/fifo_queue_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Removes error message from queues in eager (leaves the one in queuerunners).Gravatar Alexandre Passos2018-06-08
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Automated g4 rollback of changelist 169311308Gravatar A. Unique TensorFlower2017-09-20
* Added a check to ensure # of queue components match the list of tensors gettingGravatar A. Unique TensorFlower2017-09-19
* Join an unjoined checked thread in fifo_queue_test.Gravatar Gunhan Gulsoy2017-09-01
* Added missing support for uint16 type in the queues.Gravatar A. Unique TensorFlower2017-04-20
* 1. Always run the cancellation callbacks in the event of any execution error....Gravatar Yuan Yu2017-01-31
* All ops which directly touch resources are marked as stateful.Gravatar A. Unique TensorFlower2017-01-24
* 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
* Enable reuse of a DirectSession after a run times out.Gravatar Derek Murray2016-11-09
* Queues and SQSS raise Cancelled instead of Aborted on Enqueue when closed.Gravatar Eugene Brevdo2016-08-30
* Add a very simple benchmark for fifo_queue.Gravatar Suharsh Sivakumar2016-08-16
* Add support for DequeueUpTo in FIFOQueue and PaddingFIFOQueueGravatar Eugene Brevdo2016-06-24
* Added tf.container(container_name) context manager.Gravatar Sherry Moore2016-06-24
* Tied a few loose ends:Gravatar Benoit Steiner2016-06-16
* Merge changes from github.Gravatar Martin Wicke2016-06-03
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Extend the Queue interface to support enqueueing/dequeueing dictionaries.Gravatar A. Unique TensorFlower2016-05-12
* Add explicit colocation between ref producer and ref consumer in Python client.Gravatar Derek Murray2016-04-14
* TensorFlow: For errors that are returned without NodeDefs or OpsGravatar Vijay Vasudevan2016-03-09
* Added timeout support for Session APIs.Gravatar Sherry Moore2016-03-03
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Upstream a batch of changes to git.Gravatar Vijay Vasudevan2015-11-09
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06