aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/gradients_impl.py
Commit message (Expand)AuthorAge
* Add option in tf.gradients() to return zero tensors for unconnected gradients.Gravatar A. Unique TensorFlower2018-10-04
* Make tf.gradients() correctly handle captured EagerTensors.Gravatar Skye Wanderman-Milne2018-09-14
* Support providing default gradient for variant tensors in tf.gradients call.Gravatar Saurabh Saxena2018-09-12
* Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* Remove identity ops for ys added during gradient computation. This was added ...Gravatar Saurabh Saxena2018-08-08
* Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
* Allow gradients() calls from inside a function wrt captured tensors.Gravatar Skye Wanderman-Milne2018-06-29
* Remove dead code from gradients_impl.py and gradients_test.py.Gravatar Skye Wanderman-Milne2018-06-26
* Guard ops modification and Session.run with a group lock. This lock allows mu...Gravatar Priya Gupta2018-06-25
* Gamma distribution and the derived distributions (Beta, Dirichlet, Student's ...Gravatar A. Unique TensorFlower2018-06-22
* SymbolicGradient for some resource variables.Gravatar Alexandre Passos2018-06-20
* s/tf.contrib.eager.GradientTape/tf.GradientTape/Gravatar Asim Shankar2018-06-20
* Move cond_v2 to core (non-public) and add toggle to use cond_v2 by default.Gravatar Skye Wanderman-Milne2018-06-15
* Aggregating IndexedSlices: Do not require first element to be IndexedSlices.Gravatar Priya Gupta2018-05-23
* Add support for IndexedSlices in Distribution Strategy all reduce. Issue repo...Gravatar Priya Gupta2018-05-23
* Add 'src_graph' argument to gradients_impl._GradientsHelper.Gravatar Skye Wanderman-Milne2018-05-18
* Raise an error if we try to take the gradient wrt to the initial value of a l...Gravatar Skye Wanderman-Milne2018-05-07
* Fix resource variable in cond gradient.Gravatar Alexandre Passos2018-05-07
* If two identical functions are given different grad func,Gravatar A. Unique TensorFlower2018-04-27
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-09
* Automated g4 rollback of changelist 191963758Gravatar A. Unique TensorFlower2018-04-06
* Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-06
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Make graph construction work while graph is being concurrently run.Gravatar Skye Wanderman-Milne2018-03-06
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Bypasses warnings in eager mode for converting indexed slices to tensors.Gravatar Alexandre Passos2018-02-28
* Allow other types of variables to act as a resource variable.Gravatar Igor Saprykin2018-02-13
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Add Python checks to prevent mixing ops from different while loops.Gravatar Skye Wanderman-Milne2017-12-06
* Correct markdown for code segments in gradients_implGravatar James Keeling2017-11-16
* Change gradient colocation logic to avoid conflicting colocations/devices inGravatar A. Unique TensorFlower2017-11-01
* Support SymbolicGradient for functions with non-trainable arguments.Gravatar RJ Ryan2017-10-30
* Fix NCCL rewrite bug when rerunning sessions (assigned device id is not stable).Gravatar A. Unique TensorFlower2017-10-24
* Wrap grad_ys tensors passed to tf.gradients in the tf.gradients name scope.Gravatar Eugene Brevdo2017-10-12
* Improve gradient shape validation errors.Gravatar Eugene Brevdo2017-10-04
* Add an argument `stop_gradients` to `tf.gradients` in order to hold specific ...Gravatar A. Unique TensorFlower2017-09-04
* Fix device for ResourceVariables, and add tape.watch on reading them.Gravatar A. Unique TensorFlower2017-08-28
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* This is to address a long standing issue (probably from day 1 of TensorFlow) ...Gravatar Yuan Yu2017-03-30
* [TF:XLA] Add separate_compiled_gradients to control gradient scopes.Gravatar A. Unique TensorFlower2017-03-13
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07
* Change gradients to be computed with respect to variable ref rather thanGravatar A. Unique TensorFlower2017-02-16
* Backprop through resource handles.Gravatar Alexandre Passos2017-02-13