BenchmarkReport Struct
Headline result returned by Model::benchmark(). More...
Declaration
Included Headers
Public Member Attributes Index
| double | latency_ms = 0.0 |
| double | fps = 0.0 |
| double | avg_power_watts = 0.0 |
| double | energy_joules = 0.0 |
Description
Headline result returned by Model::benchmark().
The benchmark uses deterministic synthetic inputs generated from Model::input_specs(). latency_ms is measured with a warmed-up single-flight push/pull loop. fps means logical inferences per second from a separate async throughput run (for batched models this is batches/sec multiplied by the compiled batch size). Power fields are populated when board power telemetry is available during the throughput run.
Definition at line 60 of file Model.h.
Public Member Attributes
avg_power_watts
|
Definition at line 63 of file Model.h.
energy_joules
|
Definition at line 64 of file Model.h.
fps
|
Definition at line 62 of file Model.h.
latency_ms
|
Definition at line 61 of file Model.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.