Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Dot
Method · 0.65
Dot
Function · 0.65
Dot
Method · 0.65
DotRange
Method · 0.65
TestWrappedRecordDot
Function · 0.65
TestWrappedRecordDotWithNull
Function · 0.65
TestWrappedRecordDotWithIncompatibleSizes
Function · 0.65
BenchmarkWrappedRecordDot
Function · 0.65
wrappedRecordDotN
Function · 0.65
Implementers
1
blas
backend/blas32.go
Calls
no outgoing calls
Tested by
5
TestWrappedRecordDot
Function · 0.52
TestWrappedRecordDotWithNull
Function · 0.52
TestWrappedRecordDotWithIncompatibleSizes
Function · 0.52
BenchmarkWrappedRecordDot
Function · 0.52
wrappedRecordDotN
Function · 0.52