Hello,
I am trying to use the ONNX Runtime + TIDL heterogeneous execution to compile a model, but an error message “Concat axis not supported” occurs during the compilation.
It seems that this error occurs because the concatenation of axis 0 is not supported by TIDL. Since the model can be executed by ONNX Runtime with CPUExecutionProvider without any problems, I thought I can avoid the problem by including Concat layer in the deny_list. However, the same problem still exists.
Is there a way to run a model with a Concat layer of axis 0 while using the heterogeneous execution?
Best
Gildardo