Fix typo in docstring.
PiperOrigin-RevId: 266950511
This commit is contained in:
parent
0ee4bc62dd
commit
67e80579eb
@ -102,7 +102,7 @@ def gradients(ys,
|
||||
|
||||
`unconnected_gradients` determines the value returned for each x in xs if it
|
||||
is unconnected in the graph to ys. By default this is None to safeguard
|
||||
against errors. MAthematically these gradients are zero which can be requested
|
||||
against errors. Mathematically these gradients are zero which can be requested
|
||||
using the `'zero'` option. `tf.UnconnectedGradients` provides the
|
||||
following options and behaviors:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user