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

Method __mul__

examples/gemm_tuner/GemmTuner.py:161–165  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

159 )
160
161 def __mul__(self, other):
162 return Measurement(
163 self.opencl_timer_ms_reshape * other.opencl_timer_ms_reshape,
164 self.opencl_timer_ms_kernel * other.opencl_timer_ms_kernel,
165 )
166
167 def __floordiv__(self, other):
168 return Measurement(

Callers

nothing calls this directly

Calls 1

MeasurementClass · 0.70

Tested by

no test coverage detected