Commit 798c121
authored
Arm backend: Document validated TinyML models for Cortex-M (pytorch#19078)
### Summary
Adds a Validated Models section to the Cortex-M backend overview listing
the six models exported, INT8 quantized, and run on the Corstone-300 FVP
by CI: mv2 and ds_cnn on trunk, and mv3, mobilenet_v1_025, resnet8, and
deep_autoencoder nightly. For each model the table points at the source
file and the per-model dialect/implementation test. A short note calls
out that mobilenet_v1_025 is the MLPerf Tiny Visual Wake Words reference
model — the canonical TinyML person-detection benchmark — since that
naming is not obvious from the name.
The page also documents the bundled (.bpte) testing flow that CI uses:
aot_arm_compiler --bundleio embeds reference inputs and expected outputs
in the program, and examples/arm/run.sh drives the full export → build →
FVP chain with Test_result PASS/FAIL self-checking, so a reader can
reproduce what trunk and nightly do.
An admonition clarifies that CI validates INT8 numerical parity between
the exported .bpte and the eager-mode quantized model, not task accuracy
(VWW / KWS / ImageNet).
This change was authored with Claude (claude-opus-4-7[1m]).
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils
@Sebastian-Larsson @robell1 parent 5be325a commit 798c121
1 file changed
Lines changed: 61 additions & 0 deletions
Lines changed: 61 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
0 commit comments