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

Class F16

util/simulator/data_math.py:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357
358class F16(FloatType):
359 bits: int = 16
360 lanes: int = 1
361
362
363Half = F16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected