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: [TDA4VM] : TIDL PC_dsp_test_dl_algo Error

Part Number: TDA4VM

Hello,

I have imported tflite model using importer tool from TIDL

When I try to use PC_dsp_test_dl_algo.out tool for inference I get below error ( /ti-processor-sdk-rtos-j721s2-evm-08_00_04_04/tidl_j721s2_08_02_00_11/ti_dl/test/src/pc_linux/../tidl_tb.c, of function : tidlMultiInstanceTest Invalid Error Type! )

I tried to debug to understand the root cause, I found out that the below function call from tidl_rt.c line 1106
outBufs.numBufs = tidl_AllocNetOutputMem(ioBufDescPtr, outBufDesc);   returns outBufes.numBufs=0 due to which status is getting set to -1.
Please help me understand this issue and what can I do to resolve this.
Thanks