Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ fun_numpy
Function
fun_numpy
ot/utils.py:1517–1518 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1515
)
1516
1517
def
fun_numpy(x):
1518
return
nx.to_numpy(fun(nx.from_numpy(x)))
1519
1520
return
fun_numpy
Callers
1
test_fun_to_numpy
Function · 0.85
Calls
3
to_numpy
Method · 0.80
from_numpy
Method · 0.80
fun
Function · 0.50
Tested by
1
test_fun_to_numpy
Function · 0.68