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