msluszniak commited on
Commit
eb1352f
·
verified ·
1 Parent(s): 1597d93

Note why xnnpack is fp32

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -25,6 +25,9 @@ already found.
25
  | `xnnpack/facemesh_xnnpack_fp32.pte` | xnnpack | fp32 |
26
  | `coreml/facemesh_coreml_fp16.pte` | coreml | fp16 |
27
 
 
 
 
28
  ## Interface
29
 
30
  ```
 
25
  | `xnnpack/facemesh_xnnpack_fp32.pte` | xnnpack | fp32 |
26
  | `coreml/facemesh_coreml_fp16.pte` | coreml | fp16 |
27
 
28
+ xnnpack is fp32 on purpose: an int8 build ran 0.78x as fast on a Galaxy S26 Ultra and
29
+ 0.80x on an iPhone 16 Pro while drifting up to 6.3 px.
30
+
31
  ## Interface
32
 
33
  ```