aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/tensor_array_ops.py
Commit message (Expand)AuthorAge
* Allow ResourceVariable to be written to TensorArray.Gravatar Akshay Modi2018-07-23
* Refactor TensorArray to avoid copies and memory allocations when executing ea...Gravatar Akshay Agrawal2018-05-07
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-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
* Tiny bugfix to eager TensorArray error message.Gravatar Eugene Brevdo2018-02-13
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* [tf] Change TensorArray "enable_identical_shapes" to infer_shape by default.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
* Fix gradient behavior of fully dynamic tensor arrays + stop_gradients on tf.s...Gravatar Eugene Brevdo2017-10-10
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* 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
* Docstring update.Gravatar A. Unique TensorFlower2017-03-13
* Doc updates for Python IO, string, TensorArray, and summary opsGravatar A. Unique TensorFlower2017-02-13
* Doc fixit task 2.Gravatar Jonathan Hseu2017-02-13
* Removing TensorArray.pack and TensorArray.unpackGravatar A. Unique TensorFlower2017-01-11
* 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
* Added release note for tf.pack --> tf.stack changes.Gravatar A. Unique TensorFlower2016-12-15
* 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
* 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
* 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
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Add TensorArray gather and scatter. Deprecate old pack and unpack ops.Gravatar Eugene Brevdo2016-09-08
* Delegate to C++ shape inference functions for several ops inGravatar A. Unique TensorFlower2016-08-30
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* 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
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Publish TensorArray and PaddingFIFOQueue into the public API.Gravatar Eugene Brevdo2016-06-02
* 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
* Minor improvements of shape inference for tensor array.Gravatar Yuan Yu2016-04-18
* This would enable shape inference for higher order functions such as scan.Gravatar Yuan Yu2016-04-15
* 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
* Implements "bool strictness" for `tf.Tensor`.Gravatar Derek Murray2016-03-11