Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/sum
/ Wrap
Function
Wrap
backend/backend.go:22–24 ·
view source on GitHub ↗
(size int, data []float32)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
Wrap(size int, data []float32) Vector {
23
return
impl.Wrap(size, data)
24
}
25
26
func
Dot(a, b Vector) float64 {
27
return
impl.Dot(a, b)
Callers
nothing calls this directly
Calls
1
Wrap
Method · 0.65
Tested by
no test coverage detected