hi,BillWen
I looked at your model operators via eIQ and they are different from the ones you provided, there are custom operators you didn't include, so it reported the error you mentioned. Also, it turns out that these three custom operators are not supported in TensorFlow Lite Micro.

FLEX_TENSOR_LIST_RESERVE(), FLEX_TENSOR_LIST_STACK(), and FLEX_TENSOR_LIST_SET_ITEM() are specific operators in the TensorFlow Lite Flex delegate that are used to handle tensor list ( Tensor List) specific operations.TensorFlow Lite Micro does not include a Flex delegate or similar extension mechanism and does not support these three operators.
TensorFlow Lite Micro is a lightweight machine learning library designed for resource-constrained embedded devices such as MCUs. If you need to handle tensor list-like functionality in the TensorFlow Lite Micro environment, avoid complex data structures that require these specific operators when designing your model.
Wish it helps you.
If you still have question about it,please kindly let me know.
BR
Xu Zhang