Skip to content

Commit

Permalink
Update gradients_impl.py (tensorflow#11230)
Browse files Browse the repository at this point in the history
* Update gradients_impl.py

Corrected documentation of hessians() function.

* Update gradients_impl.py
  • Loading branch information
AndreiCostinescu authored and caisq committed Jul 3, 2017
1 parent afa03e2 commit 88633a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/ops/gradients_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def hessians(ys, xs, name="hessians", colocate_gradients_with_ops=False,
aggregation_method: See `gradients()` documentation for details.
Returns:
A list of Hessian matrices of `sum(y)` for each `x` in `xs`.
A list of Hessian matrices of `sum(ys)` for each `x` in `xs`.
Raises:
LookupError: if one of the operations between `xs` and `ys` does not
Expand Down

0 comments on commit 88633a8

Please sign in to comment.