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

Method matmul

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

Source from the content-addressed store, hash-verified

2444 return a.permute(axes)
2445
2446 def matmul(self, a, b):
2447 return torch.matmul(a, b)
2448
2449 def nan_to_num(self, x, copy=True, nan=0.0, posinf=None, neginf=None):
2450 out = None if copy else x

Callers

nothing calls this directly

Calls 1

matmulMethod · 0.45

Tested by

no test coverage detected