aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/control_flow_ops_py_test.py
Commit message (Expand)AuthorAge
* cond_v2: raise an error if pred is a Python bool.Gravatar Skye Wanderman-Milne2018-10-10
* Run while loop test that was not being run before.Gravatar A. Unique TensorFlower2018-10-10
* Simply the logic for bubbling captured tensors when building cond_v2 grad.Gravatar Saurabh Saxena2018-10-05
* Copy device from If op to the lowered ops.Gravatar Saurabh Saxena2018-10-05
* Temporarily disable testCondInDefun test in control_flow_ops_py_testGravatar Smit Hinsu2018-10-04
* Set shape for output tensors of cond_v2.Gravatar Saurabh Saxena2018-10-02
* Add missing `import unittest` to control_flow_ops_py_test.pyGravatar Todd Wang2018-10-02
* Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* Make cond_v2 If op lowering work in a defun + eager.Gravatar Skye Wanderman-Milne2018-10-01
* Add flag for enabling while_v2.Gravatar Saurabh Saxena2018-09-28
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* 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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Make cond_v2 work in eager mode.Gravatar Skye Wanderman-Milne2018-09-12
* Fix typo in Tensorflow control_flow_ops_py_test.Gravatar A. Unique TensorFlower2018-09-12
* Make control_flow_ops._ENABLE_COND_V2 public.Gravatar Skye Wanderman-Milne2018-09-11
* Triage cond tests that fail with cond_v2 enabled, + other small test fixes.Gravatar Skye Wanderman-Milne2018-08-28
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* Add test decorator for using both cond and cond_v2 in a test.Gravatar Jacques Pienaar2018-08-21
* Guard zeros by ZerosLikeOutsideLoop by pivot instead of switch.Gravatar Jacques Pienaar2018-08-11
* Update control loop test, so we don't depend on a control dependency in the b...Gravatar A. Unique TensorFlower2018-07-30
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Raise an error if we try to take the gradient wrt to the initial value of a l...Gravatar Skye Wanderman-Milne2018-05-07
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Improve shape invariant error message for tf.while_loop.Gravatar Skye Wanderman-Milne2018-04-25
* Add gradient in cond test to match CallGradInLoop.Gravatar Jacques Pienaar2018-04-11
* Remove underscore prefix from ref_identity op.Gravatar Anna R2018-03-14
* Ensure zeros constant created is dominated by Switch node of cond context.Gravatar Jacques Pienaar2018-03-14
* Removing underscore prefix from _enter and _ref_enter.Gravatar Anna R2018-03-14
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Fix control flow bug.Gravatar Skye Wanderman-Milne2018-02-21
* Second, cleaner, attempt at external control dependency handling.Gravatar Alexandre Passos2018-02-06
* Automated g4 rollback of changelist 184573795Gravatar Alexandre Passos2018-02-05
* Fixes issue where external control dependencies in while loops are dropped.Gravatar Alexandre Passos2018-02-05
* Remove hidden_ops.txt file. Instead, switch to use visibility attribute in Ap...Gravatar Anna R2018-02-02
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* [TF] Fix XLA Control Flow gradient stacks max_size creation.Gravatar Eugene Brevdo2018-01-16
* Raise error if maximum_iterations argument to while_loop is defined in contro...Gravatar Skye Wanderman-Milne2017-12-14
* Simplify tf.case implementation.Gravatar Alexander Gorban2017-12-12
* Set Operation._id_value before adding to control flow context.Gravatar Skye Wanderman-Milne2017-12-08
* Add Operation._remove_all_control_inputs and use in ControlFlowContext.Gravatar Skye Wanderman-Milne2017-12-08
* Fix tf.while_loop with maximum_iterations != None and single loop_var.Gravatar Eugene Brevdo2017-12-08
* Add a maximum_iterations argument to tf.while_loop.Gravatar Eugene Brevdo2017-12-07
* Raise exception on bad while loop shapes sooner.Gravatar Skye Wanderman-Milne2017-12-07
* Fix control flow test to not use session after it's gone out of scope.Gravatar Skye Wanderman-Milne2017-12-07
* Add Python checks to prevent mixing ops from different while loops.Gravatar Skye Wanderman-Milne2017-12-06
* python testing for is_feedable and is_fetchable nodes in the graphGravatar Olivia Nordquist2017-11-22
* Fixes API difference between eager and graph cond.Gravatar Alexandre Passos2017-11-10
* Switch control_flow_ops library to use Resource variants of Stack operators, ...Gravatar Peter Hawkins2017-09-11