aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/control_flow_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Add a new argument `return_same_shape` to `while_loop`. When set, the structu...Gravatar Priya Gupta2018-07-03
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Create tuple if body doesn't return one.Gravatar Akshay Modi2018-04-06
* Actually expose smart_cond and smart_constant_value in tf.contrib.frameworkGravatar Skye Wanderman-Milne2018-02-26
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix lint warnings. NFCGravatar Jacques Pienaar2018-02-09
* Get control_flow_ops.py ready to support de/serializing nested control flow.Gravatar Skye Wanderman-Milne2018-02-05
* Simplify tf.case implementation.Gravatar Alexander Gorban2017-12-12
* Adds XLA support for tf.nn.dynamic_rnnGravatar A. Unique TensorFlower2017-12-12
* Add Operation._remove_all_control_inputs and use in ControlFlowContext.Gravatar Skye Wanderman-Milne2017-12-08
* Fix tests in control_flow_ops_test.py to not access Tensor._shapeGravatar Skye Wanderman-Milne2017-12-06
* Allow lists to be passed to tf.group().Gravatar A. Unique TensorFlower2017-10-24
* Better error message if you pass a list to tf.group().Gravatar A. Unique TensorFlower2017-10-24
* Enable _USE_C_API for CondTest in control_flow_ops_test.pyGravatar Skye Wanderman-Milne2017-09-28
* Adding test for tf.cond with a mutable boolean pred.Gravatar A. Unique TensorFlower2017-09-07
* Make "default" argument for tf.case optional.Gravatar A. Unique TensorFlower2017-08-05
* Fixes in control_flow_ops.Gravatar A. Unique TensorFlower2017-07-18
* Modify ControlFlowContext to also respect import_scope in 'values_' and keys ...Gravatar A. Unique TensorFlower2017-06-23
* Explain when callables passed to tf.cond & tf.while_loop are run.Gravatar A. Unique TensorFlower2017-05-01
* Make switches outside of a cond context differentiable.Gravatar Tim Harley2017-04-27
* Fixes tf.cond with nested return values inside while loops.Gravatar A. Unique TensorFlower2017-04-11
* - Adds support for nested types in tf.case and tf.cond.Gravatar A. Unique TensorFlower2017-04-08
* Backprop through resource handles.Gravatar Alexandre Passos2017-02-13
* Handle resource variable reads inside loops.Gravatar Alexandre Passos2017-02-01
* Change `with_dependencies` to handle any iterable for `dependencies` arg.Gravatar A. Unique TensorFlower2016-12-20
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Change references to TensorArray.pack, TensorArray.unpack to TensorArray.stackGravatar A. Unique TensorFlower2016-12-09
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Added to_proto and from_proto for CondContext and WhileContext.Gravatar Sherry Moore2016-09-13
* Fix AddBackPropIndexedSlicesAccumulator for partially defined shapes and non-...Gravatar A. Unique TensorFlower2016-09-06
* Strictly enforce shape invariance for while loop. TF Python frontend has incr...Gravatar Yuan Yu2016-08-25
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Fix IndexedSlices gradients within a tf.while_loopGravatar A. Unique TensorFlower2016-07-08
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Fix for IndexedSlices gradient accumulation in while loop.Gravatar A. Unique TensorFlower2016-04-18
* Fix dense_shape check.Gravatar A. Unique TensorFlower2016-03-23
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06