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

Method matmul

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

Source from the content-addressed store, hash-verified

3325 return tf.transpose(a, perm=axes)
3326
3327 def matmul(self, a, b):
3328 return tnp.matmul(a, b)
3329
3330 # todo(okachaiev): replace this with a more reasonable implementation
3331 def nan_to_num(self, x, copy=True, nan=0.0, posinf=None, neginf=None):

Callers

nothing calls this directly

Calls 1

matmulMethod · 0.45

Tested by

no test coverage detected