MCPcopy
hub / github.com/dask/dask / flatnonzero

Function flatnonzero

dask/array/routines.py:2181–2182  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

2179
2180@derived_from(np)
2181def flatnonzero(a):
2182 return argwhere(asarray(a).ravel())[:, 0]
2183
2184
2185@derived_from(np)

Callers

nothing calls this directly

Calls 3

asarrayFunction · 0.90
argwhereFunction · 0.85
ravelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…