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

Method __sub__

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

Source from the content-addressed store, hash-verified

153 )
154
155 def __sub__(self, other):
156 return Measurement(
157 self.opencl_timer_ms_reshape - other.opencl_timer_ms_reshape,
158 self.opencl_timer_ms_kernel - other.opencl_timer_ms_kernel,
159 )
160
161 def __mul__(self, other):
162 return Measurement(

Callers

nothing calls this directly

Calls 1

MeasurementClass · 0.70

Tested by

no test coverage detected