MCPcopy
hub / github.com/vladmandic/sdnext / shape

Method shape

modules/sharpfin/sparse_backend.py:239–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237
238 @property
239 def shape(self):
240 return self.size()
241
242 def dim(self):
243 return len(self._size)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected