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

Method isfinite

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

Source from the content-addressed store, hash-verified

2412 return value
2413
2414 def isfinite(self, a):
2415 return torch.isfinite(a)
2416
2417 def array_equal(self, a, b):
2418 return torch.equal(a, b)

Callers

nothing calls this directly

Calls 1

isfiniteMethod · 0.45

Tested by

no test coverage detected