MCPcopy Create free account
hub / github.com/evilsocket/sum / Dot

Method Dot

backend/backend.go:12–12  ·  view source on GitHub ↗
(a, b Vector)

Source from the content-addressed store, hash-verified

10 Wrap(size int, data []float32) Vector
11
12 Dot(a, b Vector) float64
13}
14
15// TODO: pick at runtime the best backend available ( CUDA, OpenCL or BLAS32 ).

Callers 9

DotMethod · 0.65
DotFunction · 0.65
DotMethod · 0.65
DotRangeMethod · 0.65
TestWrappedRecordDotFunction · 0.65
wrappedRecordDotNFunction · 0.65

Implementers 1

blasbackend/blas32.go

Calls

no outgoing calls

Tested by 5

TestWrappedRecordDotFunction · 0.52
wrappedRecordDotNFunction · 0.52