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

Method get_total_ms

examples/gemm_tuner/GemmTuner.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 opencl_timer_ms_kernel: float
137
138 def get_total_ms(self):
139 return self.opencl_timer_ms_reshape + self.opencl_timer_ms_kernel
140
141 def is_close_to(self, other, tol):
142 return math.fabs(self.get_total_ms() - other.get_total_ms()) < tol

Callers 4

is_close_toMethod · 0.95
is_better_thanMethod · 0.95
get_best_gemm_configsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected