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

Method any

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

Source from the content-addressed store, hash-verified

3025 return tf.math.reduce_euclidean_norm(a, axis=axis, keepdims=keepdims)
3026
3027 def any(self, a):
3028 return tnp.any(a)
3029
3030 def isnan(self, a):
3031 return tnp.isnan(a)

Callers

nothing calls this directly

Calls 1

anyMethod · 0.45

Tested by

no test coverage detected