Part Number: AM69A
I’m working with SDK version 10_01_00_04 and encountering an issue with a model that contains a Softmax node configured exactly as shown in the screenshot. While this node produces correct outputs for both float and int16 when run on the host, it yields incorrect results on the target.
The issue can be reproduced using the attached model, softmax_axis3.zip , which isolates the Softmax node.

Note: During testing, I was able to obtain correct output by manually setting forceRef in tidl_softmax.c and by setting the outTranspose parameters to zero. These observations may help identify the root cause of the issue.
Please let me know if a patch is available for this issue, or if there is a recommended and supported workaround.