MCPcopy Create free account
hub / github.com/PythonOT/POT / any

Method any

ot/backend.py:2585–2586  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

2583 return cp.linalg.norm(a, axis=axis, keepdims=keepdims)
2584
2585 def any(self, a):
2586 return cp.any(a)
2587
2588 def isnan(self, a):
2589 return cp.isnan(a)

Callers

nothing calls this directly

Calls 1

anyMethod · 0.45

Tested by

no test coverage detected