| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
TensorFlow.Gradient
Documentation
Arguments
| :: forall a v1 t m. (MonadBuild m, Rendered t, ToTensor t, GradientCompatible a) | |
| => Tensor v1 a | The output of the graph. |
| -> [t a] | Tensors for which gradients are computed. |
| -> m [Tensor Value a] |
Gradient of y w.r.t. each element of xs.