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

Method outer

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

Source from the content-addressed store, hash-verified

2123 return torch.flip(a, dims=axis)
2124
2125 def outer(self, a, b):
2126 return torch.outer(a, b)
2127
2128 def clip(self, a, a_min, a_max):
2129 return torch.clamp(a, a_min, a_max)

Callers

nothing calls this directly

Calls 1

outerMethod · 0.45

Tested by

no test coverage detected