MCPcopy 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
38def read_float(b, index):
39 return struct.unpack_from('f', b, index * 4)[0]
40
41
42def write_float(b, index):

Callers 1

check_argumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected