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

Method issparse

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

Source from the content-addressed store, hash-verified

2726 )
2727
2728 def issparse(self, a):
2729 return cupyx.scipy.sparse.issparse(a)
2730
2731 def tocsr(self, a):
2732 if self.issparse(a):

Callers 3

tocsrMethod · 0.95
eliminate_zerosMethod · 0.95
todenseMethod · 0.95

Calls 1

issparseMethod · 0.45

Tested by

no test coverage detected