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

Method maximum

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

Source from the content-addressed store, hash-verified

2553 return cp.min(a, axis, keepdims=keepdims)
2554
2555 def maximum(self, a, b):
2556 return cp.maximum(a, b)
2557
2558 def minimum(self, a, b):
2559 return cp.minimum(a, b)

Callers

nothing calls this directly

Calls 1

maximumMethod · 0.45

Tested by

no test coverage detected