aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
Commit message (Expand)AuthorAge
* Delete the shims in tensorflow/contrib/batching/.Gravatar Christopher Olston2018-10-02
* 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
* Add wrapper header file for SerialDeviceBatchSchedulerGravatar A. Unique TensorFlower2018-06-01
* Mark queue related ops as having side effectGravatar Benoit Steiner2018-05-24
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Plumbs a variable from the batching function decorator to the queue depth con...Gravatar A. Unique TensorFlower2018-02-08
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Moves batch ops to core and exposes tf.contrib.batchingGravatar Alexandre Passos2018-01-23
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Reorganize the shared batching scheduler headers, leaving forwarding shims.Gravatar Alexandre Passos2018-01-12
* subtract the task's size from the batch's when removing it.Gravatar A. Unique TensorFlower2018-01-08
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Destroy batch_thread_pool_ first. For the new in flight batches implementatio...Gravatar A. Unique TensorFlower2017-12-20
* Re-enable adaptive_shared_batch_scheduler_test after potential bugfix.Gravatar Martin Wicke2017-12-18
* Fix support for functions to grappler items.Gravatar A. Unique TensorFlower2017-12-18
* Re-enable adaptive_shared_batch_scheduler_test after potential bugfix.Gravatar Martin Wicke2017-12-18
* Simplify and improve AdaptiveSharedBatchScheduler implementation. The new imp...Gravatar A. Unique TensorFlower2017-12-13
* Add a way to query a batch scheduler to determine the max task size.Gravatar Christopher Olston2017-11-29
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Fix race bug in AdaptiveSharedBatchScheduler.Gravatar A. Unique TensorFlower2017-11-06
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Automated g4 rollback of changelist 172936802Gravatar A. Unique TensorFlower2017-10-23
* Automated g4 rollback of changelist 172924803Gravatar A. Unique TensorFlower2017-10-20
* Add AdaptiveSharedBatchScheduler which processes batches at a variable rate w...Gravatar A. Unique TensorFlower2017-10-20
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Unique names in the batch_function decorator.Gravatar Alexandre Passos2017-08-08
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-05
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-10
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-06
* Internal changeGravatar A. Unique TensorFlower2017-06-21
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-05-30
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Eliminate 'xrange' usage from batch_ops.py, for better python version compati...Gravatar Christopher Olston2017-04-27
* Move Batch op input validation before enqueueing to the batch scheduler, beca...Gravatar Christopher Olston2017-04-27
* Add headers to targets in tensorflow/contrib/batching/BUILD.Gravatar Christopher Olston2017-04-27