pytorch / QNNPACK

Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators
https://code.fb.com/ml-applications/qnnpack/
Other
1.53k stars 220 forks source link

How to use QNNPACK on iOS? #9

Closed hcsearch closed 6 years ago

hcsearch commented 6 years ago

I compiled QNNPACK iOS library, now I want to run on iOS with the caffe2 model.but I don't know how to use it.do you have some sample on iOS or some tutorial?

Maratyszcza commented 6 years ago

Here's a tutorial on mobile integration of Caffe2: https://caffe2.ai/docs/mobile-integration.html The tutorial is focused on Android, but Caffe2 is cross-platform, and the same code snippets should work on iOS as well.