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