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: Using Tensorflow Lite delegate

Part Number: TDA4VM

https://github.com/TexasInstruments/edgeai-tidl-tools/blob/master/examples/osrt_cpp/README.md

I am trying to use above CPP examples with tensorflow lite delegate on Jacinto development board. I followed the instruction in the above link. However I notice that that the delegate downloaded as part of https://github.com/TexasInstruments/edgeai-tidl-tools/releases/download/08_01_00_09-rc1/tidl_tools.tar.gz  via the setup.sh script is only build for x86-64. 

root@j7-evm:~/edgeai-tidl-tools/tidl_tools# file libtidl_tfl_delegate.so
libtidl_tfl_delegate.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=e2f3e97758f967b8611dcd34fd926d4818aad955, not stripped

How can I use a TI tensorflow lite delegate to use C7X DSP ?