aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/array_grad.py
Commit message (Expand)AuthorAge
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Adds QuantizeAndDequantizeV3 op, which allows using a tensor for the number o...Gravatar A. Unique TensorFlower2017-06-29
* Fix bugs in ScatterNd and add ScatterNdNonAliasingAdd.Gravatar Eugene Brevdo2017-06-27
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* This is to address a long standing issue (probably from day 1 of TensorFlow) ...Gravatar Yuan Yu2017-03-30
* Add OnesLike op and kernel.Gravatar Suharsh Sivakumar2017-03-23
* Add NoGradients for QuantizeAndDequantizeV2Op's input_min and input_max argum...Gravatar Suharsh Sivakumar2017-03-06
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-15
* Better error message from trying to differentiate PreventGradient.Gravatar Alexandre Passos2017-02-07
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Add support for gradient calculation for concat_v2 with negative axis to fix ...Gravatar A. Unique TensorFlower2017-01-06
* Adds the following new ops:Gravatar A. Unique TensorFlower2017-01-03
* Allows int64 indices in gather_nd gradient.Gravatar A. Unique TensorFlower2016-12-22
* Replace array_ops.unpack with array_ops.unstack in third_party/tensorflow.Gravatar A. Unique TensorFlower2016-12-16
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Switch leftover reference to tf.concat to tf.concat_v2 in array_grad.py.Gravatar A. Unique TensorFlower2016-12-13
* Change implementation of concat grad to use new split. Results in up to a 5xGravatar A. Unique TensorFlower2016-12-12
* Fix legacy Reverse gradientGravatar Andrew Selle2016-12-08
* Switch tf.concat references to tf.concat_v2 in array_grad.py.Gravatar A. Unique TensorFlower2016-12-08
* Remove remaining uses of tf.reverse() and remove tf.reverse()Gravatar Andrew Selle2016-12-07
* Rename more argument names to be consistent with NumPy.Gravatar Andrew Selle2016-11-30
* Add concat_v2 to array_ops.py. Also, add gradient support for concat_v2 op.Gravatar A. Unique TensorFlower2016-11-21
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Expose tf.reverse_v2 which takes indices rather than a bool tensor.Gravatar Andrew Selle2016-11-15
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10
* Adding CPU kernels for tf.scatter_nd(), tf.scatter_nd_update(), tf.scatter_nd...Gravatar A. Unique TensorFlower2016-11-02
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Automated rollback of change 137564676Gravatar A. Unique TensorFlower2016-10-28
* Adding CPU kernels for tf.scatter_nd(), tf.scatter_nd_update(), tf.scatter_nd...Gravatar A. Unique TensorFlower2016-10-28
* Update trace, matrix_set_diag, matrix_diag_part and their gradients to work f...Gravatar A. Unique TensorFlower2016-09-29
* Add SpaceToBatchND and BatchToSpaceND ops for > 2 spatial dimensions.Gravatar A. Unique TensorFlower2016-09-21
* 1. Rename batch_matrix_* ops to matrix_*. Specifically, this applies toGravatar A. Unique TensorFlower2016-09-13
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Remove NoGradient for ops which could have gradients defined but don't.Gravatar Mrinal Kalakrishnan2016-09-02
* Fix gather gradient for empty slicesGravatar Geoffrey Irving2016-08-18
* Updated the check_numerics function to also validate the gradient correspondingGravatar Benoit Steiner2016-08-18
* Automated rollback of change 130554783Gravatar Geoffrey Irving2016-08-17
* Add a BUILD rule for extract_image_patches_grad_test, and make the code py3Gravatar Gunhan Gulsoy2016-08-17
* Fix gather for nonempty indices, empty slicesGravatar Geoffrey Irving2016-08-17
* Merge changes from github.Gravatar Benoit Steiner2016-08-12
* Take advantage of the shape information whenever it is known at graph creationGravatar Benoit Steiner2016-08-11
* Broken up changes toward enabling strided sliceGravatar Andrew Selle2016-07-28
* Added a gradient for the check_numeric operation. This makes it possible toGravatar Benoit Steiner2016-07-26
* Automated rollback of change 128378997Gravatar Andrew Selle2016-07-25
* Automated rollback of change 127492429Gravatar Andrew Selle2016-07-25
* Add BatchMatrixWithDiag op & gradientGravatar Eugene Brevdo2016-07-13
* Rename ellipse to ellipsis to avoid confusionGravatar Andrew Selle2016-07-13
* Implement gradient for StridedSlice op.Gravatar Andrew Selle2016-06-24