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: Need some clarity on CONV + BN + RELU fusion in TIDL

Part Number: TDA4VM

Hi, 

In TIDL doc, it is mentionned that CONV & RELU & BN will be merged to get better performance.

In my model, I have some sequence like that:

It becomes something like that in the tidl_graph:

My question is why pooling is not merged into Conv as we could expect to get better performance? My feeling is I should redesign my model to have Conv+Pooling+Relu sequence instead of Conv+Relu+Pooling? Am I correct? If not could you guide me to get the conv+pooling merge working please?

Thanks for your answer. 

Br,