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

Method abs

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

Source from the content-addressed store, hash-verified

1610 return jnp.dot(a, b)
1611
1612 def abs(self, a):
1613 return jnp.abs(a)
1614
1615 def exp(self, a):
1616 return jnp.exp(a)

Callers 1

eliminate_zerosMethod · 0.95

Calls 1

absMethod · 0.45

Tested by

no test coverage detected