mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-08 01:36:31 +00:00
MicroMutableOpResolver<8> only registered 8 ops, missing DEPTHWISE_CONV_2D, required by any depthwise-separable CNN (MobileNet-style, DS-CNN keyword-spotting models). The kernel already exists upstream (Register_DEPTHWISE_CONV_2D_INT8() in tensorflow/lite/micro/kernels/depthwise_conv.h); this wires it into the resolver and bumps the template size to <9>. Verified with micro_speech_quantized.tflite on sim:tflm. Before: Didn't find op for builtin opcode 'DEPTHWISE_CONV_2D'. After: RESHAPE/DEPTHWISE_CONV_2D/FULLY_CONNECTED/SOFTMAX all execute. Signed-off-by: Ansh Rai <anshrai331@gmail.com> |
||
|---|---|---|
| .. | ||
| cmsis | ||
| cmsis-nn | ||
| darknet | ||
| libnnablart | ||
| tflite-micro | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||