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

Struct fakeFloat

mat/float/float_test.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type fakeFloat struct {
39 f32 float32
40 f64 float64
41}
42
43func (f fakeFloat) F32() float32 { return f.f32 }
44func (f fakeFloat) F64() float64 { return f.f64 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected