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

Class I32

util/simulator/data_math.py:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293class I32(IntType):
294 bits: int = 32
295 lanes: int = 1
296
297
298Int = I32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected