aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/control_flow_ops_py_test.py
Commit message (Expand)AuthorAge
...
* Supporting control flow ops in eager mode.Gravatar Alexandre Passos2017-08-29
* Fix the shape information propagation for Enter op.Gravatar A. Unique TensorFlower2017-08-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-14
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Fix a bug that an erroneous control edge can be introduced when loops are nes...Gravatar Yuan Yu2017-05-31
* There is a bug in tf.gradients() when it comes to handling backprop of non-tr...Gravatar Yuan Yu2017-05-18
* Fix a bug when applying stop_gradient() on the gradient of a while loop. It t...Gravatar Yuan Yu2017-05-10
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Made tensors produced in a while loop unfeedable so we will give a more infor...Gravatar Yuan Yu2017-02-17
* Remove tf.mul, tf.neg and tf.sub from the public APIGravatar Andrew Selle2017-01-12
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Set up the generated gradient while loops properly so that `None` is propagat...Gravatar Yuan Yu2017-01-10
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Make switch not fetchable. This is to address a problem introduced in CL/1422...Gravatar Yuan Yu2016-12-16
* Refactor to use the same code for handling control dependency inside cond.Gravatar Yuan Yu2016-12-15
* Make the context correct for the gradient of mixed nesting of conds and loops.Gravatar Yuan Yu2016-12-15
* Switch shape inference handles resource variable shapes and dtypes.Gravatar A. Unique TensorFlower2016-12-15
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Unconditionally invoke the function that removes external control edges into ...Gravatar Yuan Yu2016-12-10
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Part 2c of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-05
* Part 2a of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-02
* removing tf.slice as it is soon to be deprecated. replaced with tf.strided_s...Gravatar Olivia Nordquist2016-12-02
* Part 2b of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-01
* Don't remove the identity nodes that are introduced for control flow.Gravatar Yuan Yu2016-11-30
* Another instance of wrong context.Gravatar Yuan Yu2016-11-29
* Makes the Variable.ref() method private.Gravatar A. Unique TensorFlower2016-11-15
* Removes the _ref dtypes from the public list.Gravatar A. Unique TensorFlower2016-11-15
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstack instead.Gravatar A. Unique TensorFlower2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Introduced per-loop PendingCount and Entry[]. This could significantly reduce...Gravatar Yuan Yu2016-10-25
* Small improvement of error messages.Gravatar Yuan Yu2016-10-25
* Reworked the locking in the executor. This is mainly to improve the performan...Gravatar Yuan Yu2016-10-11
* Add support of SparseTensor for cond.Gravatar Yuan Yu2016-09-27
* Defer the check on second order gradient to the right place.Gravatar Yuan Yu2016-09-15
* Add support for stop_gradient inside loop body. Calls to stop_gradient() now ...Gravatar Yuan Yu2016-09-08
* Speed up tf.Assert, move it to control_flow_ops.Gravatar Eugene Brevdo2016-09-07
* This CL implements the following behavior for stop_gradient in while loop gra...Gravatar Yuan Yu2016-08-30
* Strictly enforce shape invariance for while loop. TF Python frontend has incr...Gravatar Yuan Yu2016-08-25
* Fix a synchronization bug in the gradient computation of nested loops. The st...Gravatar Yuan Yu2016-08-25
* Fix a bug introduced in cl/130951050. Second attempt to make sure that no con...Gravatar Yuan Yu2016-08-23
* Make sure that no control edges by an outer control dependency context are ad...Gravatar Yuan Yu2016-08-22
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-16
* Changed the handle input of the TensorArrayGrad op from ref to non-ref. Tenso...Gravatar Yuan Yu2016-08-11