XiaoMi / mobile-ai-bench

Benchmarking Neural Network Inference on Mobile Devices
Apache License 2.0
353 stars 57 forks source link

different benchmark methods for SNPE #27

Closed ysh329 closed 5 years ago

ysh329 commented 5 years ago

Hi, I read docs from SNPE: https://developer.qualcomm.com/docs/snpe/benchmarking.html, found 3 methods calling SNPE:

  1. C++ API
  2. Python API
  3. command

I found using c++ API in mobile-ai-bench. Is this C++ method fastest and accurate?

Thanks in advance.

lee-bin commented 5 years ago

Yes

ysh329 commented 5 years ago

Thanks~