MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / __pow__

Method __pow__

examples/gemm_tuner/GemmTuner.py:179–182  ·  view source on GitHub ↗
(self, power)

Source from the content-addressed store, hash-verified

177 )
178
179 def __pow__(self, power):
180 return Measurement(
181 self.opencl_timer_ms_reshape ** power, self.opencl_timer_ms_kernel ** power
182 )
183
184 def __str__(self):
185 return ",".join(map(str, self))

Callers

nothing calls this directly

Calls 1

MeasurementClass · 0.70

Tested by

no test coverage detected