Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ mean
Method
mean
ot/backend.py:1684–1685 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
1682
return
jnp.argmin(a, axis=axis)
1683
1684
def
mean(self, a, axis=None):
1685
return
jnp.mean(a, axis=axis)
1686
1687
def
median(self, a, axis=None):
1688
return
jnp.median(a, axis=axis)
Callers
nothing calls this directly
Calls
1
mean
Method · 0.45
Tested by
no test coverage detected