Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ exp
Method
exp
ot/backend.py:2078–2079 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2076
return
torch.abs(a)
2077
2078
def
exp(self, a):
2079
return
torch.exp(a)
2080
2081
def
log(self, a):
2082
return
torch.log(a)
Callers
nothing calls this directly
Calls
1
exp
Method · 0.45
Tested by
no test coverage detected