aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/cond_v2_test.py
Commit message (Expand)AuthorAge
* cond_v2: raise an error if pred is a Python bool.Gravatar Skye Wanderman-Milne2018-10-10
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Copy device from If op to the lowered ops.Gravatar Saurabh Saxena2018-10-05
* Unpack output of cond_v2 if it is a singleton to match behavior of cond.Gravatar Saurabh Saxena2018-09-24
* Replace self.test_session(graph=<an object not None>) with self.session(graph...Gravatar A. Unique TensorFlower2018-09-24
* Change test to use 2 CPU devices instead of GPU.Gravatar A. Unique TensorFlower2018-09-13
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* This change re-enables a few condv2 tests now that the underlying defun issue...Gravatar A. Unique TensorFlower2018-09-12
* 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
* 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