aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/gradients_test.py
Commit message (Expand)AuthorAge
* Add option in tf.gradients() to return zero tensors for unconnected gradients.Gravatar A. Unique TensorFlower2018-10-04
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Make tf.gradients() correctly handle captured EagerTensors.Gravatar Skye Wanderman-Milne2018-09-14
* Support providing default gradient for variant tensors in tf.gradients call.Gravatar Saurabh Saxena2018-09-12
* Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Allow gradients() calls from inside a function wrt captured tensors.Gravatar Skye Wanderman-Milne2018-06-29
* Remove dead code from gradients_impl.py and gradients_test.py.Gravatar Skye Wanderman-Milne2018-06-26
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-06-06
* Add support for IndexedSlices in Distribution Strategy all reduce. Issue repo...Gravatar Priya Gupta2018-05-23
* Add 'src_graph' argument to gradients_impl._GradientsHelper.Gravatar Skye Wanderman-Milne2018-05-18
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Fix resource variable in cond gradient.Gravatar Alexandre Passos2018-05-07
* Internally rewrite @recompute_grad to use @custom_gradientGravatar A. Unique TensorFlower2018-04-27
* Fix bug in @custom_gradient in Eager mode with numpy inputsGravatar A. Unique TensorFlower2018-04-27
* Add support for variables in tf.custom_gradientGravatar A. Unique TensorFlower2018-04-26
* Fix issue with gradients of resource variables in cond.Gravatar Alexandre Passos2018-04-10
* gradients: Export tf.custom_gradientsGravatar Asim Shankar2018-03-05
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Add Operation._remove_all_control_inputs and use in ControlFlowContext.Gravatar Skye Wanderman-Milne2017-12-08
* Refactor Operation.__init__ to create some state after creating _c_opGravatar Skye Wanderman-Milne2017-11-15
* Change gradient colocation logic to avoid conflicting colocations/devices inGravatar A. Unique TensorFlower2017-11-01
* Enable C API for gradients_test.pyGravatar Skye Wanderman-Milne2017-10-16
* Wrap grad_ys tensors passed to tf.gradients in the tf.gradients name scope.Gravatar Eugene Brevdo2017-10-12
* Add an argument `stop_gradients` to `tf.gradients` in order to hold specific ...Gravatar A. Unique TensorFlower2017-09-04
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Thoroughly skip testWarnings for Python version >=3.6Gravatar Shanqing Cai2017-04-12
* This is to address a long standing issue (probably from day 1 of TensorFlow) ...Gravatar Yuan Yu2017-03-30
* Disable gradients_test testWarnings for python versions 3.6 or above.Gravatar Gunhan Gulsoy2017-03-28
* Change gradients to be computed with respect to variable ref rather thanGravatar A. Unique TensorFlower2017-02-16
* Add _XlaScope attribute to jit_scope to avoid fusing separate adjacent fused ...Gravatar Eugene Brevdo2017-02-10
* Better error message from trying to differentiate PreventGradient.Gravatar Alexandre Passos2017-02-07
* tf.gradients respects jit compiled forward ops and compiles their gradients.Gravatar Eugene Brevdo2017-01-30
* Disallow gradients of complex tensors unless grad_ys is setGravatar Geoffrey Irving2017-01-24
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Automated rollback of change 141622306Gravatar Vijay Vasudevan2017-01-10
* Deal with the case where _SwitchGrad() is not called the first time for a whi...Gravatar A. Unique TensorFlower2016-12-30
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Undo the changes in python for the PreventGradient addition - adding theGravatar Vijay Vasudevan2016-12-09
* Fail if second gradient is called on (sparse_)softmax_cross_entropy_with_logitsGravatar Vijay Vasudevan2016-12-09
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Restore gradients test for string outputs.Gravatar A. Unique TensorFlower2016-11-14
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Register a C++ test op for testing gradients of ops that have stringGravatar Vijay Vasudevan2016-11-11
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Seal gradients interface.Gravatar Patrick Nguyen2016-11-03