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

Class Bool

util/simulator/data_math.py:263–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263class Bool(BooleanType):
264 bits: int = 1
265
266
267class IntegerType(DataType):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected