This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM69A: SDK11 - Maxpool custom layer example issue

Part Number: AM69A


Tool/software:

Hi,

I would like to report an issue in the custom layer example code of the file tidl_custom_import.c.

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