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

Method __str__

src/scripts/perf/fftPerformanceTesting.py:62–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.problemsize = str(int(self.x) * int(self.y) * int(self.z) * int(self.batchsize))
61
62 def __str__(self):
63 # ALL members must be represented here (x, y, z, batch, device, label, etc)
64 return self.x + 'x' + self.y + 'x' + self.z + ':' + self.batchsize + ', ' + self.precision + ' precision, ' + self.device + ', -- ' + self.label + '; ' + self.gflops
65
66class TableRow:
67 # parameters = class TestCombination instantiation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected