Tool/software:
Hi,
I would like to report an issue in the custom layer example code of the file tidl_custom_import.c.
A maxpool layers with kernel 3x3 stride-2 is given as an example for custom layer. I will discuss the tflite rt feature here.
Here is the supposed name of the maxpool custom layer in the example :
![]()
However, here is the name received with my model : 
To fix the maxpool example, I modified the verification name line as follows:
![]()
Regards,
AZER