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

Class BenchmarkResult

examples/gemm_tuner/GemmTuner.py:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193# Representation of the benchmark result from a single experiment
194class BenchmarkResult(NamedTuple):
195 gemm_param: GEMMParam
196 strategy: Strategy
197 gemm_config: GEMMConfigT
198 measurement: Measurement
199
200
201class GEMMBenchmarkResultRecorder:

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected