| FAVOURITE | VERSION | RELEASED | COMMENTS | ||
|---|---|---|---|---|---|
| ☆ | 1.0.0 | 2026-04-09 | Initial version | VIEW HTML VIEW PDF | ZIP |
Summary¶
This app note demonstrates how you can compile larger neural networks onto an XCORE device by using a feature called operator splitting. Operator splitting enables you to cut single large parts of a neural network into smaller ones, thereby reducing the amount of scratch memory (also known as tensor arena) required by the program.
Features¶
Operator splitting demonstration
Known issues¶
None
Required tools¶
XMOS XTC Tools: 15.3.1
xmos_ai_tools
Required libraries (dependencies)¶
None
