Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ dot
Function
dot
dask/array/routines.py:354–355 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
352
353
@derived_from(np, ua_args=[
"out"
])
354
def
dot(a, b):
355
return
tensordot(a, b, axes=((a.ndim - 1,), (b.ndim - 2,)))
356
357
358
@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