Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_graph
Function · 0.70
test_arg_reductions
Function · 0.70
test_nanarg_reductions
Function · 0.70
test_cumreduction_with_cupy
Function · 0.70
rnd_test
Function · 0.70
test_wrap_ffts
Function · 0.70
test_wrap_fftns
Function · 0.70
__array_function__
Method · 0.70
test_basic
Function · 0.70
test_mixed_concatenate
Function · 0.70
test_mixed_random
Function · 0.70
test_reductions
Function · 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…