MCPcopy
hub / github.com/dask/dask / func

Function func

dask/array/tests/test_atop.py:626–627  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

624 x = da.ones((2, 2), chunks=(1, 1))
625
626 def func(x):
627 return np.stack([x, -x], axis=-1)
628
629 y = da.blockwise(
630 func,

Callers 15

test_like_forgets_graphFunction · 0.70
test_arg_reductionsFunction · 0.70
test_nanarg_reductionsFunction · 0.70
rnd_testFunction · 0.70
test_wrap_fftsFunction · 0.70
test_wrap_fftnsFunction · 0.70
__array_function__Method · 0.70
test_basicFunction · 0.70
test_mixed_concatenateFunction · 0.70
test_mixed_randomFunction · 0.70
test_reductionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…