aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/tensor_array.h
Commit message (Expand)AuthorAge
* [TF TensorArray] TensorSetZero supports bool types.Gravatar Eugene Brevdo2018-09-25
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Add TensorArrayGradWithShape op.Gravatar A. Unique TensorFlower2018-06-08
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* [TF TensorArray] allow reading from an unwritten index if fully defined eleme...Gravatar Eugene Brevdo2017-11-06
* Fix gradient behavior of fully dynamic tensor arrays + stop_gradients on tf.s...Gravatar Eugene Brevdo2017-10-10
* Enable TensorArray GPU kernels for complex64/complex128.Gravatar RJ Ryan2017-04-11
* Adds V3 version of TensorArray ops. All use resource handles and TensorArrayV...Gravatar A. Unique TensorFlower2016-12-29
* Add element_shape property to TensorArray creation op.Gravatar Eugene Brevdo2016-12-01
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Add TensorArray gather and scatter. Deprecate old pack and unpack ops.Gravatar Eugene Brevdo2016-09-08
* Fix initialization issues with Variables whose shape contains a zero.Gravatar A. Unique TensorFlower2016-06-30
* Bugfixes to TensorArray and functional ops:Gravatar Eugene Brevdo2016-06-16
* Add gradient support for unpack and split of dynamic TensorArray.Gravatar Yuan Yu2016-06-10
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Bugfix to bug created in previous TensorArray change:Gravatar Eugene Brevdo2016-05-04
* TensorArray gradient bugfix.Gravatar Eugene Brevdo2016-05-04
* Re-enable write-once, read-many semantics for TensorArray.Gravatar Eugene Brevdo2016-04-08
* Avoid casting the size_t returned by std::vector::size() into a signed 32bit ...Gravatar Benoit Steiner2016-02-05
* Improve TensorArray: reduce thread contention, add dynamic write and size.Gravatar Eugene Brevdo2016-02-03
* Fix bugs in TensorArray gradients + unit tests.Gravatar Eugene Brevdo2016-01-27
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Add TensorArray data_flow_ops wrapper and TensorArray gradients.Gravatar Eugene Brevdo2016-01-21
* Implement TensorArray forward ops.Gravatar Eugene Brevdo2016-01-20