pub fn keyed_value_and_grad<'a, F, Arr, Args, Err>(
f: F,
) -> impl FnMut(KeyedParameters<Arr>, Args) -> Result<(Vec<Array>, KeyedGrad)> + 'a
Expand description
Returns a function which computes the value and gradient of f
with keyed parameters.