Versions in this module Expand all Collapse all v1 v1.3.0 Dec 23, 2023 Changes in this version + func FindAllTestsMatching(re *regexp.Regexp) []func() *TestCase + func GetAllRegisteredTests() []func() *TestCase + func GetOpTypeTests(optype string) []func() *TestCase + func Register(optype, testTitle string, constructor func() *TestCase) + type TestCase struct + ExpectedOutput []tensor.Tensor + Failed bool + Input []tensor.Tensor + ModelB []byte + OpType string + Skipped bool + Tested bool + Title string + func (tc *TestCase) Dump(w io.Writer) error + func (tc *TestCase) GetInfo() string + func (tc *TestCase) RunTest(b backend.ComputationBackend, parallel bool) func(t *testing.T)