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

Method abs

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

Source from the content-addressed store, hash-verified

3007 return tf.matmul(a, b)
3008
3009 def abs(self, a):
3010 return tnp.abs(a)
3011
3012 def exp(self, a):
3013 return tnp.exp(a)

Callers 1

eliminate_zerosMethod · 0.95

Calls 1

absMethod · 0.45

Tested by

no test coverage detected