You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the function gradient_and_hessian_vector_product requires differeniating through a f!(y, x) with the inner backend. This is not possible for every backend, so we should have another trait layer that dispatches on whether or not the backend handles mutating function
The text was updated successfully, but these errors were encountered:
Right now the function
gradient_and_hessian_vector_product
requires differeniating through af!(y, x)
with the inner backend. This is not possible for every backend, so we should have another trait layer that dispatches on whether or not the backend handles mutating functionThe text was updated successfully, but these errors were encountered: