I am currently experiencing the following error when loading a tflite model using the C API:
ERROR: Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors.
The tflite model can be found here. It is a tflite conversion of the LEAF model.
The input and output tensors upon inspection seem to have static sizes. I have inspected the model with Netron and cannot find any dynamic tensors, however I may have overlooked. Is there a way to see which tensors specifically are causing an issue with their dynamic tensors?