MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / _add

Method _add

src/scripts/perf/blasPerformanceTesting.py:231–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 self.current = self.current * self._stepAmount
230
231 def _add(self):
232 self.current = self.current + self._stepAmount
233
234def expand_range(a_range):
235 return Range(a_range).expanded

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected