MCPcopy
hub / github.com/dask/dask / _key

Function _key

dask/array/linalg.py:1160–1164  ·  view source on GitHub ↗
(i, j)

Source from the content-addressed store, hash-verified

1158 return b.name, i, j
1159
1160 def _key(i, j):
1161 if b.ndim == 1:
1162 return name, i
1163 else:
1164 return name, i, j
1165
1166 dsk = {}
1167 if lower:

Callers 1

solve_triangularFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…