MCPcopy Index your code
hub / github.com/dask/dask / optimize

Method optimize

dask/array/_array_expr/_expr.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 return hash(self._name)
109
110 def optimize(self):
111 return self.simplify().lower_completely()
112
113 def rechunk(
114 self,

Calls 2

lower_completelyMethod · 0.80
simplifyMethod · 0.45

Tested by 8

test_map_blocks_delayedFunction · 0.36
test_rechunk_sameFunction · 0.36
test_fuse_rootsFunction · 0.36
test_blockwiseFunction · 0.36