aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/gradients.py
Commit message (Expand)AuthorAge
* Add option in tf.gradients() to return zero tensors for unconnected gradients.Gravatar A. Unique TensorFlower2018-10-04
* Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Export tf.GradientTapeGravatar Asim Shankar2018-03-19
* gradients: Export tf.custom_gradientsGravatar Asim Shankar2018-03-05
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Seal gradients interface.Gravatar Patrick Nguyen2016-11-03
* Propogate attrs from the forward function callGravatar A. Unique TensorFlower2016-10-27
* Removes a few limitation of Defun:Gravatar A. Unique TensorFlower2016-09-08
* Add float16, complex64, complex128 to trainable data types.Gravatar Yuan Yu2016-09-02
* This CL implements the following behavior for stop_gradient in while loop gra...Gravatar Yuan Yu2016-08-30
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Don't consider control inputs in gradient backprop graph construction. I addedGravatar Yuan Yu2016-08-01
* Adds python_grad_func argument to function.Defun.Gravatar A. Unique TensorFlower2016-07-23
* Get all the gradients for a while_loop properly colocated with the ops.Gravatar Eugene Brevdo2016-07-14
* Fix a bug related to using stop_gradient inside a loop.Gravatar Yuan Yu2016-06-20
* Aggregate gradients in each device first.Gravatar A. Unique TensorFlower2016-06-16
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Bug fix in loop gradient computation. When the value of a loop variable at it...Gravatar Yuan Yu2016-05-31
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* Add shape information to dense gradients.Gravatar Derek Murray2016-04-16
* Extend singleton case in _AggregatedGrads to IndexedSlicesGravatar Geoffrey Irving2016-04-14
* Fix short description of gradients function to match actual behavior.Gravatar Yaroslav Bulatov2016-03-30
* In backprop, we may create zero tensors for the gradient of cond. Before this...Gravatar Yuan Yu2016-03-23
* 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
* TensorFlow: add "colocate_with" feature that uses _class attribute.Gravatar Vijay Vasudevan2016-03-01
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Consolidate the device function and device string handling in `tf.device()`.Gravatar Derek Murray2016-02-06
* Prepare to hide tf.tensor_utilGravatar Geoffrey Irving2016-01-20
* Add support for Refs in control flow ops (Merge, Switch, Enter, Exit).Gravatar Eugene Brevdo2016-01-20
* Change: 112499684Gravatar A. Unique TensorFlower2016-01-20
* Improve gradient support for nested while loops and conditionals.Gravatar A. Unique TensorFlower2016-01-18
* Change: 112277705Gravatar A. Unique TensorFlower2016-01-15
* TensorFlow: Upstream changes from git.Gravatar Vijay Vasudevan2015-12-09
* TensorFlow: upstrea changes from git.Gravatar Vijay Vasudevan2015-12-07
* TensorFlow: upstream latest changes to git.Gravatar Vijay Vasudevan2015-12-06
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* 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