aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/tensor_array_ops.cc
Commit message (Expand)AuthorAge
* Merge pull request #22157 from yongtang:22054-TensorArray-int64Gravatar TensorFlower Gardener2018-09-21
|\
* | Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
| * Fix python 3 GPU test failuresGravatar Yong Tang2018-09-10
| * Fix int64 failure on GPU for TensorArrayGravatar Yong Tang2018-09-07
|/
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Fix compiler warnings abbout narrowing when Eigen::DenseIndex != int64.Gravatar A. Unique TensorFlower2018-08-20
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* Automated rollback of commit c216a1be9564bd6b83b1e81b1eea65cc381bd82eGravatar Anna R2018-08-09
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* Registered kernel for tensor array gather for type `tf.variant`Gravatar Rachel Lim2018-06-28
* Add TensorArrayGradWithShape op.Gravatar A. Unique TensorFlower2018-06-08
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Optimized non-aligned case of split and split_v on the first input dimension.Gravatar A. Unique TensorFlower2018-02-27
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Improved the shape inference for TensorArrayGradV3Gravatar Benoit Steiner2018-01-05
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Set flow to a value during TensorArray creation,Gravatar A. Unique TensorFlower2017-06-02
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Enable TensorArray GPU kernels for complex64/complex128.Gravatar RJ Ryan2017-04-11
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* Handle stack of TensorArray with empty elements. Previously caused a SIGFPE.Gravatar Adam Roberts2017-03-31
* Check size before passing the size to TensorArray.Gravatar Yuefeng Zhou2017-02-06
* Adds V3 version of TensorArray ops. All use resource handles and TensorArrayV...Gravatar A. Unique TensorFlower2016-12-29
* Registers resource handles by default for most kernels.Gravatar A. Unique TensorFlower2016-12-12
* Add element_shape property to TensorArray creation op.Gravatar Eugene Brevdo2016-12-01
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Bring TensorArray into a new ref-free world.Gravatar Eugene Brevdo2016-11-14
* Adding an optimized implementation of concat on GPUs. Large efficiency gainsGravatar A. Unique TensorFlower2016-10-06
* Portability fixes for various kernels.Gravatar Derek Murray2016-09-21
* Reverse the order of #include <numeric> and #include <vector>.Gravatar Derek Murray2016-09-14
* Include what you use: <numeric> for std::iota().Gravatar Derek Murray2016-09-14
* Add TensorArray gather and scatter. Deprecate old pack and unpack ops.Gravatar Eugene Brevdo2016-09-08
* Changed the handle input of the TensorArrayGrad op from ref to non-ref. Tenso...Gravatar Yuan Yu2016-08-11
* Allow a default shape when packing/concatenating empty TensorArraysGravatar A. Unique TensorFlower2016-07-08
* 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
* Add return type to lambda in TensorArray.Gravatar Eugene Brevdo2016-05-20
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* TensorArray gradient bugfix.Gravatar Eugene Brevdo2016-05-04
* In TensorArrayUnpackOp, don't call Split on an empty tensor.Gravatar A. Unique TensorFlower2016-04-27
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Fixing more silent 64->32 conversions with explicit warnings (and/orGravatar David G. Andersen2016-04-13
* Re-enable write-once, read-many semantics for TensorArray.Gravatar Eugene Brevdo2016-04-08
* Fix int-overflow errors in concat cpu kernel.Gravatar Josh Levenberg2016-04-07
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24
* Add the complementary operations TensorArraySplit and TensorArrayConcat.Gravatar Eugene Brevdo2016-02-12
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07