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

Method bits

cutlass.py/dtype.py:102–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100
101 @property
102 def bits(self):
103 return self.sign_bits + self.exp_bits + self.mantissa_bits
104
105 def _is(self, sign: int, exp: int, mantissa: int):
106 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected