Documentation
¶
Index ¶
- Variables
- func Abs(x float32) float32
- func Init(optimize bool)
- func L1(x []float32) float32
- func L2(X []float32) float32
- func L2Squared(x []float32) float32
- func Saxdivsqrteyplusz(a float32, X []float32, b float32, Y []float32, Z []float32)
- func Saxplusbyplusz(a float32, X []float32, b float32, Y []float32, Z []float32)
- func Saxplusbysetz(a float32, X []float32, b float32, Y []float32, Z []float32)
- func Saxplusbyvsetz(a float32, X []float32, b float32, Y []float32, V []float32, Z []float32)
- func SaxpyAvx(a float32, X []float32, Y []float32)
- func SaxpySSE4(a float32, X []float32, Y []float32)
- func Sclean(X []float32)
- func SdotAvx(X, Y []float32) float32
- func SdotSSE4(X, Y []float32) float32
- func Sigmoidbackprop(a float32, X []float32, Y []float32, Z []float32)
- func Sqrt(x float32) float32
- func Sscale(a float32, X []float32)
- func Sset(a float32, x []float32)
- func SsetAVX(a float32, x []float32)
- func Sum(x []float32) float32
- func Sxmuleyplusz(X, Y, Z []float32)
- func SxmyAvx(X, Y []float32)
- func SxmySSE4(X, Y []float32)
- func SxpyAvx(X, Y []float32)
- func SxpySSE4(X, Y []float32)
Constants ¶
This section is empty.
Variables ¶
View Source
var Isamax func(x []float32) int
View Source
var Ismax func(x []float32) int
View Source
var Saxpy func(a float32, X []float32, Y []float32)
View Source
var Sdot func(X, Y []float32) float32
View Source
var Sxmuley func(X, Y []float32)
View Source
var Sxpy func(X, Y []float32)
Functions ¶
func Saxdivsqrteyplusz ¶
func Saxplusbyplusz ¶
func Saxplusbysetz ¶
func Saxplusbyvsetz ¶
func Sxmuleyplusz ¶
func Sxmuleyplusz(X, Y, Z []float32)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.