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

Class DType

cutlass.py/dtype.py:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class DType:
5 def is_same(self, another_type: "DType"):
6 raise NotImplementedError()
7
8
9@dataclass

Callers 1

_absFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected