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: Edgeai : Custom Layer Implementation and enbalement

Part Number: TDA4VM

Tool/software:

Hello Champs , 

Based on your suggestion i have implemented topk layer as custom layer but having the below queries can you please provide answers

  1. In the documentation provide their is section " Custom layer with more than one output tensor " can we use this similar implementation for TopK also ?
  2. In the same slice layer example there is function "tidl_duplicateSliceLayerFxn" where can i find the core implementation of this 
  3. Is it mandatory to have the dsp implementation of the TOPK layer 
  4. In the eg provided "tidl_custom_maxpooling.c" imports the file "#include "tidsp/tidl_custom_maxpool_ixX_oxX.h" which is dsp file so is it required to have this implementation 
  5. After building and compiling the c7x how to enable this operator on the edgeai side is it by enabling any flags ? 

Please let em know if you need any elaboration on the queries asked