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

Method __truediv__

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

Source from the content-addressed store, hash-verified

171 )
172
173 def __truediv__(self, other):
174 return Measurement(
175 self.opencl_timer_ms_reshape / other.opencl_timer_ms_reshape,
176 self.opencl_timer_ms_kernel / other.opencl_timer_ms_kernel,
177 )
178
179 def __pow__(self, power):
180 return Measurement(

Callers

nothing calls this directly

Calls 1

MeasurementClass · 0.70

Tested by

no test coverage detected