aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/eager/tape.h
Commit message (Expand)AuthorAge
* Don't generate backward function and delete when its not necessaryGravatar Akshay Modi2018-10-01
* Allow the tape tensor to have unknown shapes.Gravatar Akshay Modi2018-09-19
* Remove some dead code after migration from python to C.Gravatar Akshay Modi2018-09-17
* Skip zeros call if unrequired in backprop for SparseSoftmaxCrossEntropyWithLo...Gravatar Akshay Modi2018-08-30
* Skip calling back into python if only 1 gradient to aggregateGravatar Akshay Modi2018-07-09
* Remove _get_backward_fn and depend on _gradient_function directly.Gravatar Akshay Modi2018-05-24
* Fixes issue with gradient tape when asking for the gradient of an intermediat...Gravatar Alexandre Passos2018-05-21
* Do not differentiate integers in the eager backprop API.Gravatar Alexandre Passos2018-05-10
* Automated g4 rollback of changelist 195878952Gravatar Asim Shankar2018-05-10
* Do not differentiage integers in the eager API.Gravatar Alexandre Passos2018-05-08
* Fixes to tape gradient for providing outputs and having multiple targets.Gravatar Alexandre Passos2018-04-30
* Support structured source in GradientTape.gradientGravatar Igor Ganichev2018-03-28
* Clarifying when is it possible to use a tape while it is still active.Gravatar Alexandre Passos2018-03-15
* Improvements to eager linear regression benchmark:Gravatar Alexandre Passos2018-01-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Plug an eager memory leak, add tests for reference counts.Gravatar Allen Lavoie2017-12-15
* None gradients should trigger stopping traversal of the backward graph in tap...Gravatar Alexandre Passos2017-12-01
* Fix typo in GradientTape.persistent_ comment.Gravatar Igor Ganichev2017-11-28
* Add persistent GradientTape supportGravatar Igor Ganichev2017-11-22
* Do not swallow exceptions in gradient functions in eager.Gravatar Alexandre Passos2017-11-20
* Tensor template argument to gradienttape was unnecessary.Gravatar Alexandre Passos2017-11-10
* Removes void*s from the tape gradient code, replacing with templates.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