Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ read_float
Function
read_float
test/py/test_array.py:38–39 ·
view source on GitHub ↗
(b, index)
Source
from the content-addressed store, hash-verified
36
37
38
def
read_float(b, index):
39
return
struct.unpack_from(
'f'
, b, index * 4)[0]
40
41
42
def
write_float(b, index):
Callers
1
check_argument
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected