Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ __str__
Method
__str__
src/scripts/perf/fftPerformanceTesting.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
self.gflops = gflops
71
72
def
__str__(self):
73
return
self.parameters.__str__() +
'; '
+ self.gflops
74
75
def
transformDimension(x,y,z):
76
if
int(z) != 1:
Callers
1
plotFromDataFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected