Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tocsr
Method · 0.95
eliminate_zeros
Method · 0.95
todense
Method · 0.95
Calls
1
issparse
Method · 0.45
Tested by
no test coverage detected