Lines Matching refs:TestSet
327 # TestSet: Organize data and events during a single test case
341 class TestSet(object):
342 """A TestSet contains the original input operands, converted operands,
652 # The procedure is always (t is the TestSet):
654 # convert(t) -> Initialize the TestSet as necessary.
662 # and record the results in the TestSet.
968 t = TestSet(method, op)
979 t = TestSet(method, op)
993 t = TestSet(method, op)
1004 t = TestSet(method, op)
1018 t = TestSet(method, op)
1029 t = TestSet(method, op)
1045 t = TestSet(method, fmtop)
1058 t = TestSet(method, fmtop)
1072 t = TestSet(method, roundop)
1088 t = TestSet(method, op)
1114 t = TestSet(method, quantizeop)