Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ optimize
Method
optimize
dask/array/_array_expr/_collection.py:86–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
return
DaskMethodsMixin.persist(self.optimize(), **kwargs)
85
86
def
optimize(self):
87
return
new_collection(self.expr.optimize())
88
89
def
simplify(self):
90
return
new_collection(self.expr.simplify())
Callers
2
compute
Method · 0.95
persist
Method · 0.95
Calls
1
new_collection
Function · 0.90
Tested by
no test coverage detected