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

Method dim

util/simulator/kernel.py:44–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43 @property
44 def dim(self):
45 return len(self._idx.shape)
46
47 def __handle_binary__(self, func, other):
48 if is_py_value(other):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected