Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ log
Method
log
ot/backend.py:1618–1619 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
1616
return
jnp.exp(a)
1617
1618
def
log(self, a):
1619
return
jnp.log(a)
1620
1621
def
logsumexp(self, a, axis=None, keepdims=False):
1622
return
jspecial.logsumexp(a, axis=axis, keepdims=keepdims)
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected