Tool/software:
Hi!
I'm trying to compile a model with a Softmax layer that I want to offload to the DSP. However, during compilation, TIDL reports the error "Layer 510 - op type Softmax, Unknown input dimension, not supported by TIDL". To me, this sounds like TIDL refuses a node with dynamic shape, but I have run the model through ONNX's shape inference, so the shape should be static. This is also what I see when I look at the computational graph in Netron. What could be some possible causes for this error?
I have tried softmaxing over different dimensions and reshaping the input tensor to have fewer dimensions, but without success.
Best regards
Olof

