MCPcopy
hub / github.com/nlpodyssey/spago / Float

Interface Float

mat/internal/matfuncs/matfuncs_test.go:17–19  ·  view source on GitHub ↗

Float is a type constraint for float32 and float64.

Source from the content-addressed store, hash-verified

15
16// Float is a type constraint for float32 and float64.
17type Float interface {
18 float32 | float64
19}
20
21var randForTesting = rand.New(rand.NewSource(uint64(time.Now().Unix())))
22

Callers

nothing calls this directly

Implementers 2

fakeFloatmat/float/float_test.go
fakeFloatSlicemat/float/floatslice_test.go

Calls

no outgoing calls

Tested by

no test coverage detected