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.

TDA2EXEVM: How to import slim.flatten layer in tensorflow model

Part Number: TDA2EXEVM

Hello,

I add slim.flatten layer in tensorflow model and I want to import it to tidl. I have 2 questions:

1. I could not find it can support flatten layer in 'ti_dl/utils/tidlModelImport/tidl_tfImport.cpp'

2. Then I try to modify the slim.flatten with tf.reshape, but it's set to TIDL_unSopportedLayer in the function of TIDL_importReshapeParams

So TIDL could not sopport tensorflow flattern layer? and Could you provide me some suggestion to realize such layer.

Thanks !