MCPcopy
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

viewMethod · 0.95
gradMethod · 0.95
int_mmFunction · 0.80
fp_mmFunction · 0.80
check_matsFunction · 0.80
triton_ddsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected