Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ dists_elemwise_l1
Function
dists_elemwise_l1
experiments/python/main.py:35–36 ·
view source on GitHub ↗
(x, q)
Source
from the content-addressed store, hash-verified
33
34
35
def
dists_elemwise_l1(x, q):
36
return
np.abs(x - q)
37
38
39
def
dists_elemwise_dot(x, q):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected