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