aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching/python
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Removing unused options from batch_ops.batch_function().Gravatar Vinu Rajashekhar2018-07-06
* Removes some verbose debugging info left in the batch_function.Gravatar Vinu Rajashekhar2018-06-21
* Changes the batch_function decorator implementation to use the newly added Ba...Gravatar Vinu Rajashekhar2018-06-07
* Fixes a cleanup bug in BatchFunction op.Gravatar Vinu Rajashekhar2018-06-04
* Adds a batch-op implemented using TF functions.Gravatar Vinu Rajashekhar2018-06-01
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Plumbs a variable from the batching function decorator to the queue depth con...Gravatar A. Unique TensorFlower2018-02-08
* Moves batch ops to core and exposes tf.contrib.batchingGravatar Alexandre Passos2018-01-23
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Unique names in the batch_function decorator.Gravatar Alexandre Passos2017-08-08
* Eliminate 'xrange' usage from batch_ops.py, for better python version compati...Gravatar Christopher Olston2017-04-27
* Introduce ops for batching/unbatching tensors across Session::Run() calls.Gravatar Christopher Olston2017-04-27