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

Method __str__

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

Source from the content-addressed store, hash-verified

289 self.gflops = gflops
290
291 def __str__(self):
292 # ALL members must be represented here (x, y, z, batch, device, label, etc)
293 return self.sizem + 'x' + self.sizen + 'x' + self.sizek + ':' + self.device + ', ' + self.function + ', ' + self.library + ', order(' + self.order + '), transa(' + self.transa + '), transb(' + self.transb + ') -- ' + self.label + '; ' + self.gflops + ' gflops'
294
295def open_file( filename ):
296 if type(filename) == list:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected