MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / __len__

Method __len__

cutlass.py/tiling.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.dimensions[key] = value
36
37 def __len__(self):
38 return self.ndim
39
40 def append_and_get(self, v: Union[int, IntegerType]):
41 dimensions = [x for x in self.dimensions] + [v]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected