Skip to content

Commit

Permalink
update measurements with build using more similar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored Aug 6, 2024
1 parent 6900c16 commit a8831c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/mobile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ To give an idea of the binary size difference between the pre-built package and

File|Pre-built package size (bytes)|Custom build size (bytes)
-|-|-
`jni/arm64-v8a/libonnxruntime.so`, uncompressed|16276832|4079536
`jni/x86_64/libonnxruntime.so`, uncompressed|18222208|4464568
AAR|24415212|8234421
AAR|24415212|7532309
`jni/arm64-v8a/libonnxruntime.so`, uncompressed|16276832|3962832
`jni/x86_64/libonnxruntime.so`, uncompressed|18222208|4240864

This custom build supports the operators needed to run a ResNet50 model. It also has limited framework support (built with `--minimal_build=extended`), only supporting ORT format models. It has support for the NNAPI and XNNPACK execution providers.

0 comments on commit a8831c2

Please sign in to comment.