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

Method isnan

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

Source from the content-addressed store, hash-verified

2094 return torch.any(a)
2095
2096 def isnan(self, a):
2097 return torch.isnan(a)
2098
2099 def isinf(self, a):
2100 return torch.isinf(a)

Callers

nothing calls this directly

Calls 1

isnanMethod · 0.45

Tested by

no test coverage detected