Hello,
I'm implementing custom layer needs scratch buffer on L1/L2. How to give L1/L2 scratch buffer to custom layer?
Thanks in advance,
Wilson.
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.
Hello,
I'm implementing custom layer needs scratch buffer on L1/L2. How to give L1/L2 scratch buffer to custom layer?
Thanks in advance,
Wilson.
Hi Wilson,
Do you have the access to TIDL source code?
Can you please grep scratch (case insensitive) in algo folder and see how different layers request buffers.
Regards,
Rishabh
Rishabh,
Got it. No big difference between custom and pre-load layer. I'll reference code.
Best regards,
Wilson.