aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/stack_ops.cc
Commit message (Expand)AuthorAge
* Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* Branch 183429339 (#16469)Gravatar Rasmus Munk Larsen2018-01-26
* SymbolicGradients: create the underlying runtime with the correct step contai...Gravatar Eugene Brevdo2017-09-27
* Add Stack*V2 operators, which use a resource handle instead of a Ref tensor t...Gravatar Peter Hawkins2017-07-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Avoids potential deadlock when pushing synchronously to a closed stack.Gravatar Derek Murray2016-12-21
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Change to use existing macros.Gravatar Yuan Yu2016-10-04
* Make stack handle unique inside a session.Gravatar Yuan Yu2016-09-14
* Some code cleanup for stack ops. Fixed a bug that the done callback is not in...Gravatar Yuan Yu2016-08-05
* Add override on ComputeAsync functions in stack_ops.cc.Gravatar A. Unique TensorFlower2016-06-03
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Further improvements for training long sequences. Here is the current perform...Gravatar Yuan Yu2016-03-08
* More work on GPU/CPU memory swaping. Trigger the memory swapping only when th...Gravatar Yuan Yu2016-03-04
* Memory swapping between GPU and CPU for stack. Changed stack push and pop ops...Gravatar Yuan Yu2016-02-23
* Add a few more special GPU kernels for int32 and bool.Gravatar Yuan Yu2016-02-22
* Inline read/write ops of Stack and TensorArray.Gravatar Yuan Yu2016-01-29
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Improve gradient support for nested while loops and conditionals.Gravatar A. Unique TensorFlower2016-01-18
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25