MCPcopy
hub / github.com/pydata/xarray / tensordot

Function tensordot

xarray/core/duck_array_ops.py:69–71  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

67
68
69def tensordot(*args, **kwargs):
70 xp = get_array_namespace(*args)
71 return xp.tensordot(*args, **kwargs)
72
73
74def cross(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

get_array_namespaceFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…