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

Method __len__

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

Source from the content-addressed store, hash-verified

114 self.dimensions[key] = value
115
116 def __len__(self):
117 return self.ndim
118
119 def dim_is_dynamic(self, key: int):
120 return isinstance(self[key], IntegerType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected