Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ sort
Method
sort
ot/backend.py:1645–1646 ·
view source on GitHub ↗
(self, a, axis=-1)
Source
from the content-addressed store, hash-verified
1643
return
jnp.einsum(subscripts, *operands)
1644
1645
def
sort(self, a, axis=-1):
1646
return
jnp.sort(a, axis)
1647
1648
def
argsort(self, a, axis=-1):
1649
return
jnp.argsort(a, axis)
Callers
1
sort2
Method · 0.95
Calls
1
sort
Method · 0.45
Tested by
no test coverage detected