ott.solvers.nn.models.ModelBase.potential_gradient_fn# ModelBase.potential_gradient_fn(params)[source]# Return a function giving the gradient of the potential. Parameters: params (FrozenDict[str, Array]) – parameters of the module Return type: Callable[[Array], Array] Returns: A function that can be evaluated to obtain the potential’s gradient