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

Method dim_is_dynamic

cutlass.py/tiling.py:45–46  ·  view source on GitHub ↗
(self, key: int)

Source from the content-addressed store, hash-verified

43 return ret
44
45 def dim_is_dynamic(self, key: int):
46 return isinstance(self[key], IntegerType)
47
48 def dim_is_static(self, key: int):
49 return not self.dim_is_dynamic(key)

Callers 3

__init__Method · 0.95
dim_is_staticMethod · 0.95
has_dynamicMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected