Part Number: J784S4XEVM
I am working with ti-processor-sdk-rtos-j784s4-evm-11_02_00_06 and running into a compilation issue while compiling an ONNX model that contains custom operators whose first input is of type int32. In this case, compilation fails with an unsupported data type error, which appears to indicate that int32 may not be supported for custom operators.
========================== [Memory Planning Started] ==========================
------------------------- Network Compiler Traces ------------------------------
Wrong data type for layer input 9, 30
Error : Error Code = <ERR_UNSUPPORTED_DATA_TYPE>
[TIDL Import] FATAL ERROR: Network Compiler failed to execute - Memory planning failed with return code - 65280 -- [tidl_import_core.cpp, 1068]
[TIDL Import] Aborting
One example scenario is when the TopK indices output is fed into a custom Tile operator. A model reproducing this scenario, along with the generated artifacts is attached. topk_tile.zip
Please let us know whether this case is a known limitation in SDK 11.2. If so, is support for it expected in a future SDK 11.2 release?

