aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/functional_ops.cc
Commit message (Expand)AuthorAge
* Added forked versions of stateless If and While ops. They should only be used,Gravatar Mingsheng Hong2018-08-08
* Simplified the WhileOp kernel impl by removing the handle cache based onGravatar Mingsheng Hong2018-08-01
* Mark the If op stateful, so that it won't get pruned away in a graph function,Gravatar Mingsheng Hong2018-08-01
* Support Defuns and nested Defuns inside cond_v2 branches.Gravatar Saurabh Saxena2018-07-19
* Avoid unintentional copy of a const function when capturing it.Gravatar Derek Murray2018-06-07
* Avoid unnecessary `DoneCallback` copies in functional_ops.cc.Gravatar Derek Murray2018-06-07
* Introduce tf.contrib.control_flow.new_cond.Gravatar Skye Wanderman-Milne2018-06-05
* Fix functional.While(), functional.For(rewrite_with_while)Gravatar James Qin2018-05-14
* Export the rest of If, While, and For.Gravatar Patrick Nguyen2018-04-02
* Internal functional _If and _While ops.Gravatar Alexandre Passos2018-02-08