aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/tensor_array_grad.py
Commit message (Expand)AuthorAge
* Add TensorArrayGradWithShape op.Gravatar A. Unique TensorFlower2018-06-08
* Additional colocation options and bugfixes for TensorArrayGravatar Eugene Brevdo2017-05-31
* Adds V3 version of TensorArray ops. All use resource handles and TensorArrayV...Gravatar A. Unique TensorFlower2016-12-29
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Bring TensorArray into a new ref-free world.Gravatar Eugene Brevdo2016-11-14
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Add TensorArray gather and scatter. Deprecate old pack and unpack ops.Gravatar Eugene Brevdo2016-09-08
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Re-enable write-once, read-many semantics for TensorArray.Gravatar Eugene Brevdo2016-04-08
* Minor tweaks to TensorArray & gfile python API.Gravatar Eugene Brevdo2016-04-05
* Fix GetGradSource to work inside variable scopes.Gravatar A. Unique TensorFlower2016-03-25
* Add the complementary operations TensorArraySplit and TensorArrayConcat.Gravatar Eugene Brevdo2016-02-12
* Improve TensorArray: reduce thread contention, add dynamic write and size.Gravatar Eugene Brevdo2016-02-03
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Factor TensorArray functionality into its own python files.Gravatar Eugene Brevdo2016-01-27