commit | 65a15e929933190ebc635856a77cca8b964dce8e | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Tue Apr 18 11:35:10 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Sep 25 09:46:33 2023 +0200 |
tree | cb86c845f01c2a6e0ec48402cf3a3c80c90f6e2d | |
parent | d2f82648cd350b9586b803b81c3180f83dd35727 [diff] |
samples: tflite-micro: update samples for latest tflite-micro tflite-micro now uses MicroPrintf instead of MicroErrorReporter. Update the samples to use this function instead. AllOpsResolver is now removed from tflite-micro. AllOpsResolver was also removed in the latest tflite-micro. Use MicroMutableOpResolver and only include the kernels used instead. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>