aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers/python/layers/rev_block_lib_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Usability improvements to @recompute_gradGravatar A. Unique TensorFlower2018-08-31
* Update recompute_grad to work for functions without variables.Gravatar A. Unique TensorFlower2018-07-09
* Add support for is_recompute optional kwarg to functions decorated with recom...Gravatar A. Unique TensorFlower2018-05-23
* Internally rewrite RevBlock to use @custom_gradientGravatar A. Unique TensorFlower2018-04-28
* Internally rewrite @recompute_grad to use @custom_gradientGravatar A. Unique TensorFlower2018-04-27
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* internalGravatar A. Unique TensorFlower2018-04-20
* Add support for non-Tensor args in recompute_gradGravatar A. Unique TensorFlower2018-04-19
* Add support for ResourceVariable to recompute_gradGravatar A. Unique TensorFlower2018-04-06
* Update recompute_grad for TPUGravatar A. Unique TensorFlower2018-03-26
* Make RevBlock a subclass of LayerGravatar A. Unique TensorFlower2017-12-05
* RevBlock: memory-efficient implementation of a series of reversible residualGravatar A. Unique TensorFlower2017-11-28