MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / read_fbin

Function read_fbin

python/utils/io.py:41–42  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

39 return a[2:].reshape(n, d)
40
41
42def read_fbin(filename):
43 return read_ibin(filename).view("float32")
44
45

Callers

nothing calls this directly

Calls 1

read_ibinFunction · 0.85

Tested by

no test coverage detected