MCPcopy 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
22func Wrap(size int, data []float32) Vector {
23 return impl.Wrap(size, data)
24}
25
26func Dot(a, b Vector) float64 {
27 return impl.Dot(a, b)

Callers

nothing calls this directly

Calls 1

WrapMethod · 0.65

Tested by

no test coverage detected