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
This is an umbrella issue, to harness luci-interpreter memory related issues.
Goal
Reduce amount of memory required by luci-interpreter for inference.
Rationale
Currently luci-interpreter copies a lot of data of luci model and rely on dynamic allocations (new/delete).
This technique works fine on platforms with relatively large RAM and paged memory (like Windows or Linux), but performs poor in more restricted environments, like MCU or ARM TrustZone without MMU.
This is an umbrella issue, to harness luci-interpreter memory related issues.
Goal
Reduce amount of memory required by luci-interpreter for inference.
Rationale
Currently luci-interpreter copies a lot of data of luci model and rely on dynamic allocations (new/delete).
This technique works fine on platforms with relatively large RAM and paged memory (like Windows or Linux), but performs poor in more restricted environments, like MCU or ARM TrustZone without MMU.
Related issue
The text was updated successfully, but these errors were encountered: