You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling Dtype Selective Build for Zephyr CI Add Model Test (#13191)
### Summary
In the baseline version of this test, only operator selective build is
used. A CMake command line option was created to pass in an exported
model's PTE file via command line so that the model API for data type
selective build can be used. Adding verbose error checking to make logs
more informative.
### Test plan
Ran with and without the flag set, and saw that enabling data type
selective build reduces memory footprint. Specifically for the example
add model, operator library shrinks from ~127KB to ~83KB.
0 commit comments