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

Method __str__

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

Source from the content-addressed store, hash-verified

42 self.label = label
43
44 def __str__(self):
45 return self.x + 'x' + self.y + 'x' + self.z + ':' + self.batchsize + ', ' + self.device + ', ' + self.inlayout + '/' + self.outlayout + ', ' + self.placeness + ', ' + self.precision + ' -- ' + self.label
46
47class GraphPoint:
48 def __init__(self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected