MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / __init__

Method __init__

src/scripts/perf/blasPerformanceTesting.py:70–72  ·  view source on GitHub ↗
(self, parameters, gflops)

Source from the content-addressed store, hash-verified

68class TableRow:
69 # parameters = class TestCombination instantiation
70 def __init__(self, parameters, gflops):
71 self.parameters = parameters
72 self.gflops = gflops
73
74 def __str__(self):
75 return self.parameters.__str__() + '; ' + self.gflops

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected