Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ _step
Method
_step
src/scripts/perf/blasPerformanceTesting.py:225–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
223
224
# advance current value to next
225
def
_step(self):
226
getattr(self, self._stepper)()
227
228
def
_mult(self):
229
self.current = self.current * self._stepAmount
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected