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
Proposal: Add an optional mask: array | None argument to every function involving a reduction, indicating which elements of the input participate in the reduction. The default would be None, indicating that all elements participate.
Proposal: Add an optional
mask: array | None
argument to every function involving a reduction, indicating which elements of the input participate in the reduction. The default would beNone
, indicating that all elements participate.This includes the following functions:
Context:
where
argument toargmax
,argmin
,ptp
,cumsum
,cumprod
jax-ml/jax#20177where
argument to reduction functions that are missing it numpy/numpy#26336mask
argument tolax.argmax
jax-ml/jax#25623The text was updated successfully, but these errors were encountered: