Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ argsort
Method
argsort
ot/backend.py:1648–1649 ·
view source on GitHub ↗
(self, a, axis=-1)
Source
from the content-addressed store, hash-verified
1646
return
jnp.sort(a, axis)
1647
1648
def
argsort(self, a, axis=-1):
1649
return
jnp.argsort(a, axis)
1650
1651
def
searchsorted(self, a, v, side=
"left"
):
1652
if
a.ndim == 1:
Callers
1
sort2
Method · 0.95
Calls
1
argsort
Method · 0.45
Tested by
no test coverage detected