aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/tensor_array_ops_test.py
Commit message (Expand)AuthorAge
* Fix pylint errorGravatar Yong Tang2018-09-12
* Add unit test for TensorArray with int64 in GPUGravatar Yong Tang2018-09-12
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Add TensorArrayGradWithShape op.Gravatar A. Unique TensorFlower2018-06-08
* Refactor TensorArray to avoid copies and memory allocations when executing ea...Gravatar Akshay Agrawal2018-05-07
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* 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
* Remove vestigial test modification for TensorArray.Gravatar Eugene Brevdo2017-12-06
* 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
* Introduce Eager-specific and Graph-specific Python TensorArray classes,Gravatar Akshay Agrawal2017-10-26
* Wrap grad_ys tensors passed to tf.gradients in the tf.gradients name scope.Gravatar Eugene Brevdo2017-10-12
* Fix gradient behavior of fully dynamic tensor arrays + stop_gradients on tf.s...Gravatar Eugene Brevdo2017-10-10
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Additional colocation options and bugfixes for TensorArrayGravatar Eugene Brevdo2017-05-31
* TensorArray now uses colocation instead of lazy device setters. Added test h...Gravatar Eugene Brevdo2017-05-16
* Add should-use for commonly misused ops.Gravatar Eugene Brevdo2017-05-01
* Enable TensorArray GPU kernels for complex64/complex128.Gravatar RJ Ryan2017-04-11
* Handle stack of TensorArray with empty elements. Previously caused a SIGFPE.Gravatar Adam Roberts2017-03-31
* Added TensorArray.identity which returns a TensorArray with the same content ...Gravatar A. Unique TensorFlower2017-01-09
* Added more fine-grained shape inference for TensorArray such that partly unkn...Gravatar A. Unique TensorFlower2016-12-31
* Adds V3 version of TensorArray ops. All use resource handles and TensorArrayV...Gravatar A. Unique TensorFlower2016-12-29
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Add element_shape property to TensorArray creation op.Gravatar Eugene Brevdo2016-12-01
* Add stack and unstack operations to tensor_array_ops.py. These operations areGravatar A. Unique TensorFlower2016-12-01
* Uses containers for per_step resources instead of a separate resource_mgr.Gravatar A. Unique TensorFlower2016-11-28
* Lazy device setting for TensorArrays.Gravatar Eugene Brevdo2016-11-23
* Add an `elem_shape` argument to TensorArray to allow users to specify the sha...Gravatar Yuan Yu2016-11-23
* Bring TensorArray into a new ref-free world.Gravatar Eugene Brevdo2016-11-14
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstack instead.Gravatar A. Unique TensorFlower2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Add TensorArray gather and scatter. Deprecate old pack and unpack ops.Gravatar Eugene Brevdo2016-09-08
* Strictly enforce shape invariance for while loop. TF Python frontend has incr...Gravatar Yuan Yu2016-08-25
* Add unittest coverage for TensorArrayUnpack applied to 0-element matrix.Gravatar A. Unique TensorFlower2016-08-25
* 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/python.Gravatar A. Unique TensorFlower2016-06-02
* TensorArray now has infer_shape = True by default.Gravatar Eugene Brevdo2016-06-01
* Merge changes from github.Gravatar Derek Murray2016-05-23
* TensorArray gradient bugfix.Gravatar Eugene Brevdo2016-05-04
* This would enable shape inference for higher order functions such as scan.Gravatar Yuan Yu2016-04-15
* Surface control_flow_ops.while_loop to public.Gravatar Yuan Yu2016-04-10
* 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
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10