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
For np.percentile, we could reuse our historam function. We might have to do a histogram with 10k or 100k bins and I'm not sure how efficient / doable this is.
np.clip is trivial to implement using minimum_image_and_scalar and maximum_image_and_scalar.
The text was updated successfully, but these errors were encountered:
I recently hit a project where it would have been beneficial to do this on the GPU:
For np.percentile, we could reuse our historam function. We might have to do a histogram with 10k or 100k bins and I'm not sure how efficient / doable this is.
np.clip is trivial to implement using minimum_image_and_scalar and maximum_image_and_scalar.
The text was updated successfully, but these errors were encountered: