Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ compute
Method
compute
dask/array/_array_expr/_collection.py:80–81 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
78
return
"Array"
, self.expr._name
79
80
def
compute(self, **kwargs):
81
return
DaskMethodsMixin.compute(self.optimize(), **kwargs)
82
83
def
persist(self, **kwargs):
84
return
DaskMethodsMixin.persist(self.optimize(), **kwargs)
Callers
15
test_from_dask_array_unknown_chunks
Function · 0.95
__array__
Method · 0.95
__bool__
Method · 0.95
_scalarfunc
Method · 0.95
test_Array_computation
Function · 0.95
store
Function · 0.45
_get_dt_meta_computed
Function · 0.45
_array_like_safe
Function · 0.45
linspace
Function · 0.45
test_tsqr_uncertain
Function · 0.45
test_lstsq
Function · 0.45
test_arr_like
Function · 0.45
Calls
1
optimize
Method · 0.95
Tested by
15
test_from_dask_array_unknown_chunks
Function · 0.76
test_Array_computation
Function · 0.76
test_tsqr_uncertain
Function · 0.36
test_lstsq
Function · 0.36
test_arr_like
Function · 0.36
test_tile_basic
Function · 0.36
test_pad_constant_chunksizes
Function · 0.36
test_nan_zeros_ones_like
Function · 0.36
test_nan_empty_like
Function · 0.36
test_nan_full_like
Function · 0.36
test_overlap_internal
Function · 0.36
run
Function · 0.36