aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/control_flow_ops.py
Commit message (Expand)AuthorAge
* Avoid creating control edges on not-this-graph.Gravatar Alexandre Passos2018-10-04
* Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Add flag for enabling while_v2.Gravatar Saurabh Saxena2018-09-28
* Fix typo in _EnforceShapeInvariant.Gravatar A. Unique TensorFlower2018-09-20
* Make cond_v2 work in eager mode.Gravatar Skye Wanderman-Milne2018-09-12
* Make control_flow_ops._ENABLE_COND_V2 public.Gravatar Skye Wanderman-Milne2018-09-11
* Make the explanation of tf.cond() semantics more prominent.Gravatar A. Unique TensorFlower2018-08-23
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Guard zeros by ZerosLikeOutsideLoop by pivot instead of switch.Gravatar Jacques Pienaar2018-08-11
* Merge pull request #20479 from naurril:bug-fixGravatar TensorFlower Gardener2018-08-10
|\
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* | Gradients of tfe.defun functions with loops in them.Gravatar Alexandre Passos2018-08-02
* | Fix importing a while loop into a cond.Gravatar Skye Wanderman-Milne2018-07-25
* | Comment cleanup.Gravatar Max Galkin2018-07-15
* | Add a new argument `return_same_shape` to `while_loop`. When set, the structu...Gravatar Priya Gupta2018-07-03
* | Merge changes from github.Gravatar Yifei Feng2018-07-02
| * cleanup CondContext at exceptionGravatar naurril2018-07-03
| * Fix code block formattingGravatar Martin Wicke2018-06-26
|/
* Guard ops modification and Session.run with a group lock. This lock allows mu...Gravatar Priya Gupta2018-06-25
* Remove a dead if block in control_flow_ops.py.Gravatar Yuefeng Zhou2018-06-20
* Remove bad assert in control_flow_ops.py.Gravatar Skye Wanderman-Milne2018-06-15
* Move cond_v2 to core (non-public) and add toggle to use cond_v2 by default.Gravatar Skye Wanderman-Milne2018-06-15
* Fix a bug for unspecified dtype of acc_shape that can cause type mismatch.Gravatar A. Unique TensorFlower2018-06-01
* Add 'src_graph' argument to gradients_impl._GradientsHelper.Gravatar Skye Wanderman-Milne2018-05-18
* Add IsCondSwitch.Gravatar Jacques Pienaar2018-05-09
* Fix resource variable in cond gradient.Gravatar Alexandre Passos2018-05-07
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Improve shape invariant error message for tf.while_loop.Gravatar Skye Wanderman-Milne2018-04-25
* Various lint fixes to TensorFlow detected after GitHub merge.Gravatar Michael Case2018-04-18
* Fix bug in importing while loops within a while loop.Gravatar Skye Wanderman-Milne2018-04-18
* Merge changes from github.Gravatar Michael Case2018-04-10
* Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-09
* Automated g4 rollback of changelist 191963758Gravatar A. Unique TensorFlower2018-04-06
* Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-06
* Create tuple if body doesn't return one.Gravatar Akshay Modi2018-04-06
* 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
* Add smart_case that calls smart_cond.Gravatar Skye Wanderman-Milne2018-03-09
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Make graph construction work while graph is being concurrently run.Gravatar Skye Wanderman-Milne2018-03-06
* Fix bug in importing MetaGraphDefs containing nested conds.Gravatar Skye Wanderman-Milne2018-03-06
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Pass 'import_scope' when calling from_control_flow_context_def.Gravatar A. Unique TensorFlower2018-02-28
* Fix bug in deserializing CondContexts.Gravatar Skye Wanderman-Milne2018-02-26
* Enable de/serialization of nested control flow.Gravatar Skye Wanderman-Milne2018-02-26
* Actually expose smart_cond and smart_constant_value in tf.contrib.frameworkGravatar Skye Wanderman-Milne2018-02-26
* New Mutex operations for a distributed-happy and Function-less CriticalSection.Gravatar Eugene Brevdo2018-02-22
* Merge changes from github.Gravatar Yifei Feng2018-02-22