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> |
||
|---|---|---|
| .. | ||
| operators/neon | ||
| .gitignore | ||
| 0001-dequantize-int8.patch | ||
| 0002-quantize-int8.patch | ||
| 0003-mean-int8.patch | ||
| 0004-tflite-add-extern-C-to-main-function-to-avoid-c-mang.patch | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| tflite-micro.patch | ||
| tflm_syslog.cc | ||
| tflm_tool.cc | ||