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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected