MCPcopy Create free account
hub / github.com/dblalock/bolt / element_size_bytes

Function element_size_bytes

experiments/python/utils.py:36–37  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

34
35
36def element_size_bytes(x):
37 return np.dtype(x.dtype).itemsize
38
39
40# ================================================================ distance

Callers 1

sq_dists_to_vectorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected