tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.74k stars 770 forks source link

Create streaming conv script #2550

Closed rascani closed 2 months ago

rascani commented 2 months ago

This adds a new script that can identify the kws_streaming conv2d pattern and replace this pattern with the custom Xtensa StreamingConv2d operator.

BUG=b/327502734