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

Class F32

util/simulator/data_math.py:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365
366class F32(FloatType):
367 bits: int = 32
368 lanes: int = 1
369
370
371Float = F32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected