FlexTensorListReserve error on tflite model

This model won’t run on MCUs. Unsupported ops: FlexTensorListReserve, FlexTensorListStack, FlexTensorListSetItem.

Hi @JonahN0

Are you using BYOM upload model? Be

This model won’t run on MCUs.

If you see a message along these lines:

Copy

This model won’t run on MCUs. Unsupported ops: Pow. 

Then that means that part of your network is not supported by EON Compiler, and cannot run as-is on MCUs. A list of all supported ops can be found in our SDK; but there might be certain input/output types that are not supported even if the op is in this list (you’ll get a proper error code if this is the case). If you’re an enterprise customer please contact your solutions engineer, most of the times we can add the missing op within a few days.

Best

Eoin