aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/array_grad.py
Commit message (Expand)AuthorAge
* ENH: add gradient for broadcast_toGravatar Yan Facai (颜发才)2018-09-05
* CLN: use ones opGravatar Yan Facai (颜发才)2018-08-15
* CLN: fix coding styleGravatar Yan Facai (颜发才)2018-08-14
* CLN: clean codesGravatar Yan Facai (颜发才)2018-07-29
* CLN: typo: indicesGravatar Yan Facai (颜发才)2018-07-29
* CLN: remove unused importGravatar Yan Facai (颜发才)2018-07-29
* PREP: faster method for construction idx arrayGravatar Yan Facai (颜发才)2018-07-29
* PREP: use np.array to avoid copy behavior of index tensorGravatar Yan Facai (颜发才)2018-07-29
* Fix extract image patches float type issueGravatar Kenneth Blomqvist2018-07-18
* tf.tile gradient supports IndexedSlice (#17083)Gravatar Yan Facai (颜发才)2018-06-23
* Change from squeeze_dims to axis when calling tf.squeezeGravatar Yong Tang2018-04-22
* Support int64 slice spec for StridedSliceGrad.Gravatar Saurabh Saxena2018-03-30
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Automated g4 rollback of changelist 184303789Gravatar A. Unique TensorFlower2018-02-08
* Automated g4 rollback of changelist 184273245Gravatar A. Unique TensorFlower2018-02-02
* Enabling partitioned variables to work with TPU.Gravatar A. Unique TensorFlower2018-02-02
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Add missing gradient registration for ConjugateTranspose.Gravatar A. Unique TensorFlower2017-12-06
* Changed gradient of GatherNd to use IndexedSlices when possible rather than p...Gravatar A. Unique TensorFlower2017-11-10
* Fix DepthToSpaceGrad and SpaceToDepthGrad on data_format NCHW.Gravatar Jingyue Wu2017-11-06
* Add TFE_Py_TensorShapeSlice functionGravatar Igor Ganichev2017-10-31
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* Internal cleanup.Gravatar A. Unique TensorFlower2017-10-03
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* ignore_existing should not be mandatory for eager colocate-withGravatar Alexandre Passos2017-08-17
* Merges eager and graph IndexedSlices.Gravatar Alexandre Passos2017-08-16
* Removes forced function definition for eager gradients.Gravatar Alexandre Passos2017-08-16
* Added n-input, n-output identity op for CPU and GPU.Gravatar A. Unique TensorFlower2017-08-03
* 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