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
I think it would be good to have an eagerpy version of the nonzero() and flatnonzero() functions. I guess these can be imitated with a combination of arange and indexing, but it would be more convenient to have a simple drop-in replacement for these two common functions.
The text was updated successfully, but these errors were encountered:
I think it would be good to have an eagerpy version of the
nonzero()
andflatnonzero()
functions. I guess these can be imitated with a combination ofarange
and indexing, but it would be more convenient to have a simple drop-in replacement for these two common functions.The text was updated successfully, but these errors were encountered: