MCPcopy Create free account
hub / github.com/PythonOT/POT / dot

Method dot

ot/backend.py:2072–2073  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

2070 return torch.sign(a)
2071
2072 def dot(self, a, b):
2073 return torch.matmul(a, b)
2074
2075 def abs(self, a):
2076 return torch.abs(a)

Callers

nothing calls this directly

Calls 1

matmulMethod · 0.45

Tested by

no test coverage detected