Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ dot
Function
dot
dask/array/routines.py:352–353 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
350
351
@derived_from(np, ua_args=[
"out"
])
352
def
dot(a, b):
353
return
tensordot(a, b, axes=((a.ndim - 1,), (b.ndim - 2,)))
354
355
356
@derived_from(np)
Callers
2
vdot
Function · 0.85
cov
Function · 0.85
Calls
1
tensordot
Function · 0.85
Tested by
no test coverage detected