aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/tape.py
Commit message (Expand)AuthorAge
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* Only watch tensors on the current tape rather than all of them.Gravatar Tom Hennigan2018-09-01
* Methods to stop and reset tf.GradientTape()Gravatar Alexandre Passos2018-05-17
* Fix the threading model of gradient tapes.Gravatar Alexandre Passos2018-01-08
* Add persistent GradientTape supportGravatar Igor Ganichev2017-11-22
* Tape stack in C++ instead of python.Gravatar Alexandre Passos2017-11-14
* Moves tape.watch_variable to C. Prequel to moving the tape stack to C.Gravatar Alexandre Passos2017-11-13
* Improvement to benchmark.Gravatar Alexandre Passos2017-11-10
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Ports the eager gradient tape to C.Gravatar Alexandre Passos2017-10-13
* eager: Fix issue with custom_gradients and implicit_gradients.Gravatar Asim Shankar2017-10-13
* Removing side outputs from tape code.Gravatar Alexandre Passos2017-10-09
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* TF Eager: Avoid creating some unnecessary zeros during backprop.Gravatar A. Unique TensorFlower2017-09-18
* Certain ops don't need eager gradients to keep their inputs / outputs alive.Gravatar Alexandre Passos2017-09-15
* Eager gradient tape doesn't keep tensors alive.Gravatar Alexandre Passos2017-09-14
* Resurrects autograd-free eager gradients.Gravatar Alexandre Passos2017-09-12
* TFE: Improves the interfaces of tape.watch_variable() and implicit_grad().Gravatar Ali Yahya2017-09-11
* Adds tape.watch_variable(v) where v is any ResourceVariable.Gravatar Ali Yahya2017-08-30
* Fixes eager higher-order gradients for ops whose gradient function uses their...Gravatar Alexandre Passos2017-08-30
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* ResourceVariables are compatible with implicit_grad.Gravatar Alexandre Passos2017-08-18
* Makes tape.watch() work with ResourceVariables.Gravatar Ali Yahya2017-08-18
* Moves tensor_id() from tape.py to framework/ops.py; breaks dependency cycle i...Gravatar Ali Yahya2017-08-17
* Make HloAliasAnalysis updatable after changes to the HLO graph.Gravatar Mark Heffernan2017-08-10
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-11
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10