Forums - the results of running snpe-net-run with the use_aip/use_dsp option are not exactly the same

1 post / 0 new
the results of running snpe-net-run with the use_aip/use_dsp option are not exactly the same
bongjun.lee
Join Date: 29 Mar 21
Posts: 1
Posted: Tue, 2021-04-13 02:44

Hi.

I try to run inception_v3 net referring below guide.

https://developer.qualcomm.com/docs/snpe/tutorial_inceptionv3.html

 

And save the execution result for --use_aip and --use_dsp.

snpe-net-run --container inception_v3_quantized.dlc --input_list target_raw_list.txt --use_aip

adb pull /data/local/tmp/inception_v3/output output__aip

snpe-net-run --container inception_v3_quantized.dlc --input_list target_raw_list.txt --use_dsp

adb pull /data/local/tmp/inception_v3/output output__dsp

 

And compared the resulting files, they are different.

output__aip/Result_0/InceptionV3/Predictions/Reshape_1 0.raw != output__dsp/Result_0/InceptionV3/Predictions/Reshape_1 0.raw

 

Question.

Why the results of running snpe-net-run with the use_aip/use_dsp option are not exactly the same?

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.