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

Method sign

ot/backend.py:1606–1607  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

1604 return jnp.minimum(a, b)
1605
1606 def sign(self, a):
1607 return jnp.sign(a)
1608
1609 def dot(self, a, b):
1610 return jnp.dot(a, b)

Callers

nothing calls this directly

Calls 1

signMethod · 0.45

Tested by

no test coverage detected