GradΒΆ
Returns a function which computes the gradient.
Abstract Signature:
Grad(fun: Callable, argnums: Union[int, list[int]] = 0)
Returns a function which computes the gradient.
Abstract Signature:
Grad(fun: Callable, argnums: Union[int, list[int]] = 0)