Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vladmandic/sdnext
/ is_contiguous
Method
is_contiguous
modules/sharpfin/sparse_backend.py:224–225 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
raise
ValueError(
"Not yet implemented."
)
223
224
def
is_contiguous(self):
225
return
not self._transposed
226
227
@property
228
def
is_cuda(self):
Callers
7
view
Method · 0.95
grad
Method · 0.95
int_mm
Function · 0.80
fp_mm
Function · 0.80
prepare_weight_for_matmul
Function · 0.80
check_mats
Function · 0.80
triton_dds
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected