google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
http://cfu-playground.rtfd.io/
Apache License 2.0
463 stars 117 forks source link

My tflm fixes #748

Closed tcal-x closed 1 year ago

tcal-x commented 1 year ago

My manual fixes on top of the changes in #734.

Some files/directories moved, so they need to be deleted from their old locations.

tcal-x commented 1 year ago

@proppy , this is an example of an automatic TFLM update requiring some manual fixes. Currently I need to apply a fix for https://github.com/tensorflow/tflite-micro/issues/1494 each time. The other changes I made here are due to recent changes in the TFLM code.

tcal-x commented 1 year ago

I rebased on top of the fix in #749.

tcal-x commented 1 year ago

@ShvetankPrakash ping