Part Number: TDA2EXEVM
Hi:
I validate the result between quantStatsTool and TIDL on TDA2EXEVM board.The model is a classification model and the last result is softmax val.The TDA2EXEVM usecase is file I/O,I print tidl link outbuffer.
I test about 10 images:some image's softmax val is exact same between quantStatsTool and TIDL on TDA2EXEVM;
some image's softmax val is not same,but the max index is same.for example,the quantStatsTool result is "9c 99 8d 88 97 fe 92 95 79",but the result on TDA2EXEVM is "a9 a6 9d 97 a6 ff a1 a5 99" .
Is that right?Is the result between quantStatsTool and TIDL on TDA2EXEVM same byte by byte,or not?
Thanks and regards