MCPcopy 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"])
354def dot(a, b):
355 return tensordot(a, b, axes=((a.ndim - 1,), (b.ndim - 2,)))
356
357
358@derived_from(np)

Callers 2

vdotFunction · 0.85
covFunction · 0.85

Calls 1

tensordotFunction · 0.85

Tested by

no test coverage detected