aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/math_grad.py
Commit message (Expand)AuthorAge
* Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* CLN: rename unsafe_div => div_no_nanGravatar Yan Facai (颜发才)2018-08-14
* CLN: rename UnsafeDiv => DivNoNanGravatar Yan Facai (颜发才)2018-08-14
* Merge remote-tracking branch 'upstream/master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-07-31
|\
| * Derivative of tf.igamma(a, x) and tf.igammac(a, x) with respect to a.Gravatar A. Unique TensorFlower2018-06-19
| * Modified Bessel functions of order zero and one.Gravatar A. Unique TensorFlower2018-06-12
* | Merge branch 'master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-05-27
|\|
| * Fix the gradient of reduce_prod for complex dtypes.Gravatar Brian Patton2018-05-16
* | ENH: add gradient functionGravatar Yan Facai (颜发才)2018-05-05
|/
* Register gradient for argmin (cf. #15278).Gravatar Martin Wicke2018-03-19
* Remove underscore prefix from broadcast_gradient_args op.Gravatar Anna R2018-03-15
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Improvement to eager linear regression benchmarkGravatar Akshay Modi2018-03-06
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Registers None gradients for ArgMaxGravatar Alexandre Passos2018-02-23
* Minor eager-related performance improvementsGravatar Akshay Modi2018-02-13
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Improvements to eager linear regression benchmark:Gravatar Alexandre Passos2018-01-26
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Allow SparseSegmentReduction ops to have missing segment IDs.Gravatar A. Unique TensorFlower2017-12-06
* math_grad: Fast path for when broadcasting is not needed.Gravatar A. Unique TensorFlower2017-10-16
* Optimize gradients for MeanGravatar A. Unique TensorFlower2017-10-11
* Save an unnecessary logical_not in the maximum/minimum gradient.Gravatar RJ Ryan2017-10-05
* Fixes #6365Gravatar A. Unique TensorFlower2017-09-29
* Use the scalar cache in MeanGrad.Gravatar Alexandre Passos2017-09-12
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* Merge changes from github.Gravatar Andrew Harp2017-08-21
* ignore_existing should not be mandatory for eager colocate-withGravatar Alexandre Passos2017-08-17
* Removes forced function definition for eager gradients.Gravatar Alexandre Passos2017-08-16
* Remove unnecessary .op calls in math_gradGravatar Alexandre Passos2017-08-02
* SumGrad uses constant_valueGravatar Alexandre Passos2017-08-02
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* 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
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Add backprop of betainc op w.r.t. the x argumentGravatar Eugene Brevdo2017-04-03
* Add tf.spectral, a module for spectral operations.Gravatar RJ Ryan2017-03-07
* Add an approximate_equal op for floating point tensor comparison.Gravatar Yao Zhang2017-03-06
* Fix bug in matmul gradients for complex types.Gravatar A. Unique TensorFlower2017-03-02
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Merge changes from github.Gravatar Patrick Nguyen2017-01-12
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Add missing gradients to tf.ceil and tf.round.Gravatar A. Unique TensorFlower2016-12-30
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Add Expm1 Op.Gravatar A. Unique TensorFlower2016-12-15
* Remove remaining uses of tf.reverse() and remove tf.reverse()Gravatar Andrew Selle2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06