aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/control_flow_grad.py
Commit message (Expand)AuthorAge
* Fix issue with gradients of resource variables in cond.Gravatar Alexandre Passos2018-04-10
* tf.GradientTape: Clearly say that tf.while_loop and tf.cond are not supportedGravatar Asim Shankar2018-03-26
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Don't enforce shape invariance when creating backprop while loop.Gravatar Skye Wanderman-Milne2017-12-07
* Add Python checks to prevent mixing ops from different while loops.Gravatar Skye Wanderman-Milne2017-12-06
* Avoid reordering in ports in SwitchGrad for CondContext.Gravatar Jacques Pienaar2017-11-17
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* There is a bug in tf.gradients() when it comes to handling backprop of non-tr...Gravatar Yuan Yu2017-05-18
* Fix a bug when applying stop_gradient() on the gradient of a while loop. It t...Gravatar Yuan Yu2017-05-10
* Set up the generated gradient while loops properly so that `None` is propagat...Gravatar Yuan Yu2017-01-10
* Deal with the case where _SwitchGrad() is not called the first time for a whi...Gravatar A. Unique TensorFlower2016-12-30
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Fix a bug in gradient computation that got the control flow context wrong in ...Gravatar Yuan Yu2016-11-23
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Defer the check on second order gradient to the right place.Gravatar Yuan Yu2016-09-15
* Fix IndexedSlices gradients within a tf.while_loopGravatar A. Unique TensorFlower2016-07-08
* Make sure the zeros tensor for gradient accumulation for a loop invariant is ...Gravatar Yuan Yu2016-06-22
* Fix a bug related to using stop_gradient inside a loop.Gravatar Yuan Yu2016-06-20
* Give a better error message that sparse tensor is not supported.Gravatar Yuan Yu2016-06-17
* Fix a (regression) bug that caused calling gradients() inside a while loop to...Gravatar Yuan Yu2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add IndexedSlices and SparseTensor support for control flow ops.Gravatar Yuan Yu2016-05-31
* Fix for IndexedSlices gradient accumulation in while loop.Gravatar A. Unique TensorFlower2016-04-18
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* In backprop, we may create zero tensors for the gradient of cond. Before this...Gravatar Yuan Yu2016-03-23
* Fix bug concerning computation of gradients inside a CondContext.Gravatar A. Unique TensorFlower2016-03-15
* Implements "bool strictness" for `tf.Tensor`.Gravatar Derek Murray2016-03-11
* Further improvements for training long sequences. Here is the current perform...Gravatar Yuan Yu2016-03-08
* Remove some trivial tests. Tidy up the code.Gravatar Yuan Yu2016-02-16
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Cleaning up pylints - removing some unnecessary ones, beingGravatar David G. Andersen2016-02-08
* The bug was in creating ZerosLike tensors when the shape is unknown.Gravatar Yuan Yu2016-02-06
* Add support for Refs in control flow ops (Merge, Switch, Enter, Exit).Gravatar Eugene Brevdo2016-01-20
* Improve gradient support for nested while loops and conditionals.Gravatar A. Unique TensorFlower2016-01-18
* A few small changes:Gravatar A. Unique TensorFlower2015-12-15
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06