RobertBiehl / caffe2-ios

☕️ Caffe2Kit. A simple one step integration of Caffe2 for iOS.
Apache License 2.0
71 stars 13 forks source link

eigen mode to nnpack mode #9

Open raininglixinyu opened 7 years ago

raininglixinyu commented 7 years ago

From the profiling tool of xcode ,i found that no nnpack function has been used. And the eigen function has been used. So how can i change the compute mode from eigen to nnpack?