aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/backprop_test.py
Commit message (Expand)AuthorAge
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* Throw error when evaluating have variable target in GradientTape.Gravatar Tamara Norman2018-10-09
* Allow the tape tensor to have unknown shapes.Gravatar Akshay Modi2018-09-19
* Fix issue where re-entering a GradientTape context clears the tapeGravatar A. Unique TensorFlower2018-09-07
* Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* Test cleanupsGravatar Asim Shankar2018-09-04
* Only watch tensors on the current tape rather than all of them.Gravatar Tom Hennigan2018-09-01
* Remove explicit tape watching in backprop tests.Gravatar Tom Hennigan2018-08-30
* Don't cache zero tensors in graph at allGravatar Akshay Modi2018-07-24
* When in graph mode read will force a tape recording.Gravatar Alexandre Passos2018-07-20
* GradientTape.stop_recording should be temporaryGravatar Akshay Modi2018-07-10
* Include eager/graph mode in cache key so that one type of tensor doesn't spillGravatar Akshay Modi2018-06-28
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Fixes issue with gradient tape when asking for the gradient of an intermediat...Gravatar Alexandre Passos2018-05-21
* Methods to stop and reset tf.GradientTape()Gravatar Alexandre Passos2018-05-17
* Add performance notes for in-context gradient calls.Gravatar Tom Hennigan2018-05-15
* 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
* tf.GradientTape: Clearly say that tf.while_loop and tf.cond are not supportedGravatar Asim Shankar2018-03-26
* Documentation tweaks and tests for GradientTape with graph execution.Gravatar Asim Shankar2018-03-19
* Clarifying when is it possible to use a tape while it is still active.Gravatar Alexandre Passos2018-03-15
* gradients: Export tf.custom_gradientsGravatar Asim Shankar2018-03-05
* Fix bug calling gradients_function inside custom_gradientGravatar Alexandre Passos2018-02-26
* Optionally have persistent make_vjpGravatar A. Unique TensorFlower2018-02-22
* Fix for graph execution of gradients_functionGravatar Allen Lavoie2018-01-10
* implicit_gradients always sorts its return values by variable creation orderGravatar Alexandre Passos2017-12-20
* Fix reference counts when watching variables (eager tape)Gravatar Allen Lavoie2017-12-15
* 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
* Add persistent GradientTape supportGravatar Igor Ganichev2017-11-22
* Do not swallow exceptions in gradient functions in eager.Gravatar Alexandre Passos2017-11-20
* Raise RuntimeError when GradientTape.gradient is called more than onceGravatar Igor Ganichev2017-11-10
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Report a nicer error message when differentiating a functionGravatar Akshay Agrawal2017-10-30
* Fix issue with gradients of functions which return multiple values.Gravatar Alexandre Passos2017-10-27
* custom_gradient functions should be able to return their inputsGravatar Alexandre Passos2017-10-27
* Support general callables in backprop.Gravatar Alexandre Passos2017-10-25
* Makes gradients_function exception-safe.Gravatar Alexandre Passos2017-10-23
* Avoid silent variable sharing with ResourceVariable class.Gravatar A. Unique TensorFlower2017-10-20
* One less error message in gradients_functionGravatar Alexandre Passos2017-10-19
* Context-manager-based gradient APIGravatar Alexandre Passos2017-10-19
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* EagerTensor.__array__Gravatar Alexandre Passos2017-10-17
* Reworks the imperative_grad interface.Gravatar Alexandre Passos2017-10-17
* make_vjp in eagerGravatar Alexandre Passos2017-10-16
* Proper use of convert_to_tensor in custom_gradientGravatar Alexandre Passos2017-10-16