solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

Blas Library for iOS #13

Closed yanghuanflc closed 7 years ago

yanghuanflc commented 7 years ago

I notice that you ignore bias library when building libcaffe on iOS platform, actually you can use iOS native bias implementation which call Accelerate.

Here are some reference: https://developer.apple.com/documentation/accelerate

yanghuanflc commented 7 years ago

Sorry, I found that you have already built the library with Accelerator.