MCPcopy 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_numpyFunction · 0.85

Calls 3

to_numpyMethod · 0.80
from_numpyMethod · 0.80
funFunction · 0.50

Tested by 1

test_fun_to_numpyFunction · 0.68