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.

TDA4VM: Custom layer not supported by tflite

Part Number: TDA4VM

Tool/software:

Hi,

Is it possible to create a custom TIDL layer that is not supported by tflite-runtime? Indeed, in the Map function (TIDL_MapCustomParams), it is necessary to specify the name of the TensorFlow layer. Here is the example provided by TI:

strcmp(currLayerName, (const char *)"MaxPool") == 0

If so, how can you map a custom TIDL layer to a layer not recognized by tflite-runtime?

Thank you,

Azer