aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/cond_v2_impl.py
Commit message (Expand)AuthorAge
* Simply the logic for bubbling captured tensors when building cond_v2 grad.Gravatar Saurabh Saxena2018-10-05
* Set shape for output tensors of cond_v2.Gravatar Saurabh Saxena2018-10-02
* Unpack output of cond_v2 if it is a singleton to match behavior of cond.Gravatar Saurabh Saxena2018-09-24
* Simplify _get_grad_fn_name and other minor fixes.Gravatar Saurabh Saxena2018-09-04
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* Use outer_graph to unique name of then/else fns.Gravatar Jacques Pienaar2018-08-10
* Remove identity ops for ys added during gradient computation. This was added ...Gravatar Saurabh Saxena2018-08-08
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Support Defuns and nested Defuns inside cond_v2 branches.Gravatar Saurabh Saxena2018-07-19
* Enables `If` operator lowering in cond_v2 when XLA is disabled. Lowering allo...Gravatar A. Unique TensorFlower2018-06-18
* Move cond_v2 to core (non-public) and add toggle to use cond_v2 by default.Gravatar Skye Wanderman-Milne2018-06-15