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

Method _mult

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

Source from the content-addressed store, hash-verified

226 getattr(self, self._stepper)()
227
228 def _mult(self):
229 self.current = self.current * self._stepAmount
230
231 def _add(self):
232 self.current = self.current + self._stepAmount

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected