aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/data_flow_ops.cc
Commit message (Expand)AuthorAge
* Extend ConditionalAccumulator with SUM functionality.Gravatar Zhenyu Tan2018-09-06
* Add TensorArrayGradWithShape op.Gravatar A. Unique TensorFlower2018-06-08
* More accurate shape inference for TensorArrayGatherV3 and TensorArrayScatterV3Gravatar Benoit Steiner2018-03-21
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Mark TensorArrayV2 ops and deprecated io_ops deprecated.Gravatar Jacques Pienaar2018-01-23
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* Improved the shape inference for TensorArrayGradV3Gravatar Benoit Steiner2018-01-05
* Made the shape of the elements stored in a TensorArrayV3 available to shape i...Gravatar Benoit Steiner2018-01-03
* Automated g4 rollback of changelist 180670333Gravatar Anna R2018-01-03
* Removing doc strings from REGISTER_OP calls in core/ops.Gravatar Anna R2018-01-03
* Use SetIsStateful in op registrations for GetSessionHandle GetSessionHandleV2...Gravatar A. Unique TensorFlower2018-01-02
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Make DynamicStitch's shape function handle the case where all inputs areGravatar A. Unique TensorFlower2017-10-01
* Added parallel version of DynamicStitchOp (named ParallelDynamicStitchOp) withGravatar A. Unique TensorFlower2017-08-09
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add Stack*V2 operators, which use a resource handle instead of a Ref tensor t...Gravatar Peter Hawkins2017-07-07
* Add C++ shape fn for QueueDequeueManyV2 and QueueDequeueUpToV2.Gravatar A. Unique TensorFlower2017-06-16
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* [TF:XLA] Initial implementation of TensorArray ops.Gravatar Peter Hawkins2017-06-07
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Add example to dynamic_partition and dynamic_stitch, that shows how they inte...Gravatar A. Unique TensorFlower2017-05-16
* Fix formatting of some op descriptions. In most cases, this meansGravatar A. Unique TensorFlower2017-05-10
* Organize the lookup table ops into it's own lookup_ops.cc file instead of dat...Gravatar Yutaka Leon2017-05-04
* Enable grappler to propagate shapes through queues.Gravatar Benoit Steiner2017-05-01
* LookupTable ops go to V2, use resource handles.Gravatar Eugene Brevdo2017-05-01
* Fix broken links to images, make all image links absolute.Gravatar Martin Wicke2017-04-28
* Fix the shape function of the StackPush opGravatar Benoit Steiner2017-04-27
* Improve efficiency of get_session_handleGravatar Shanqing Cai2017-04-13
* Remove all 64/32 bit compiler warnings from core/ops.Gravatar Suharsh Sivakumar2017-04-06
* Change data_flow_ops.cc for deprecated TensorArray opsGravatar A. Unique TensorFlower2017-03-16
* TensorArrayV3: Fix shape inference function.Gravatar Asim Shankar2017-03-11
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Add TODOs on several REGISTER_OP calls that should get deprecated.Gravatar A. Unique TensorFlower2017-02-03
* Add a new lightweight queue-like object - RecordInputGravatar A. Unique TensorFlower2017-01-17
* More new ops for speeding up input pipline: stage and unstage.Gravatar A. Unique TensorFlower2017-01-12
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Different deprecation annotation for TensorArrayV2 things.Gravatar A. Unique TensorFlower2016-12-29
* Adds V3 version of TensorArray ops. All use resource handles and TensorArrayV...Gravatar A. Unique TensorFlower2016-12-29
* Backwards compatibility bugfix for deprecated TensorArray C++ op.Gravatar Eugene Brevdo2016-12-02
* Add element_shape property to TensorArray creation op.Gravatar Eugene Brevdo2016-12-01
* Bring TensorArray into a new ref-free world.Gravatar Eugene Brevdo2016-11-14
* Switch Accumulator ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-10-24
* Add remaining features to MutableDenseHashTable:Gravatar A. Unique TensorFlower2016-10-18
* Add initial version of MutableDenseHashTable that is implemented usingGravatar A. Unique TensorFlower2016-10-10
* Adding a ConditionalAccumulator class, which allows us to accumulate non-staleGravatar A. Unique TensorFlower2016-10-03
* Add syntax highlighting and fix some lists in docs.Gravatar Patrick Nguyen2016-09-28
* TensorFlow: Fix shape functions for Resources to match reality: mostGravatar Vijay Vasudevan2016-09-14
* Add TensorArray gather and scatter. Deprecate old pack and unpack ops.Gravatar Eugene Brevdo2016-09-08