aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/control_flow_ops.cc
Commit message (Expand)AuthorAge
* Propagate the non-resource part of a resource tensor's shape in Enter's shape...Gravatar Peter Hawkins2018-06-14
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* 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
* Fix the shape information propagation for Enter op.Gravatar A. Unique TensorFlower2017-08-17
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Fix formatting of some op descriptions. In most cases, this meansGravatar A. Unique TensorFlower2017-05-10
* Split graph_to_functiondef into its own library.Gravatar Peter Hawkins2017-04-25
* Handle resource variable reads inside loops.Gravatar Alexandre Passos2017-02-01
* Switch shape inference handles resource variable shapes and dtypes.Gravatar A. Unique TensorFlower2016-12-15
* Added an option to the AbortOp to make it exit the process normally.Gravatar Benoit Steiner2016-12-02
* Refactor fold_constants to make reuse easier.Gravatar Pete Warden2016-11-08
* Switch several ops in control_flow_ops, math_ops, state_ops, and string_ops toGravatar A. Unique TensorFlower2016-09-08
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* Fixed a gradient bug when a while loop is executed on an untaken branch of a ...Gravatar Yuan Yu2016-08-10
* C++ shape inference for control flow ops.Gravatar Suharsh Sivakumar2016-08-01
* Annotate shape functions for all no_outputs currently specifiedGravatar Vijay Vasudevan2016-07-26
* Annotate more ops with common shape functions, mostly for unchanged_shapeGravatar Vijay Vasudevan2016-07-25
* Allow RefSwitch to have uninitialized variables as inputs.Gravatar Manjunath Kudlur2016-06-28
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add abort op to end a process when needed.Gravatar Jianmin Chen2016-03-15
* Add support for Refs in control flow ops (Merge, Switch, Enter, Exit).Gravatar Eugene Brevdo2016-01-20
* some linting fixes to changes brought in from the public.Gravatar Vijay Vasudevan2016-01-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06