Skip to content

Releases: driedler/tflite_micro_runtime

Python3.9 support

24 Jan 05:19
Compare
Choose a tag to compare

This supports Python3.9 + Numpy 1.19

Sync'd to latest TFLM

06 Dec 06:41
Compare
Choose a tag to compare

Sync'd to latest TFLM

Use built-in memset and memcpy in CMSIS

30 Nov 04:16
Compare
Choose a tag to compare

This uses:
#define memset __builtin_memset
#define memcpy __builtin_memcpy

on the CMSIS-NN library to improve latency

Initial release

25 Jun 06:45
Compare
Choose a tag to compare
1.0.0

more updates for pip package