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
If the jax function doesn't use one of the arguments (common in gradient calculations), then the HLO parameter count and function parameters will mismatch.
We need a way to get jax to tell us which input argument maps to which HLO parameter.
If the jax function doesn't use one of the arguments (common in gradient calculations), then the HLO parameter count and function parameters will mismatch.
We need a way to get jax to tell us which input argument maps to which HLO parameter.