mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Replace ARENA_SIZE int with memoryview #92

Open MATTYGILO opened 1 year ago

MATTYGILO commented 1 year ago

This would allow for more accurate memory allocation in the case the developer wants to re load the neural network in but keep the same section of memory for the arena