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