Hi, TI experts,
As described in the title, How to confirm the device_name? whats the meaning of these names?
./tidl_j721s2_08_06_00_10/ti_dl/test/testvecs/config/import/device_config.cfg
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.
Hi, TI experts,
As described in the title, How to confirm the device_name? whats the meaning of these names?
./tidl_j721s2_08_06_00_10/ti_dl/test/testvecs/config/import/device_config.cfg
Hi,
The device_config.cfg is different for different set of SoCs, by default this config file, the params are set including device_name and users are not expected to change it.
whats the meaning of these names?
This are SoC names alias used in TIDL-RT code for conditional code inclusion which is something internal to TI.
Thanks