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

Callers 2

vdotFunction · 0.85
covFunction · 0.85

Calls 1

tensordotFunction · 0.85

Tested by

no test coverage detected