Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ F64
Class
F64
util/simulator/data_math.py:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
373
374
class
F64(FloatType):
375
bits: int = 64
376
lanes: int = 1
377
378
379
Double = F64
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected