Skip to content

conansherry/easy_mace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy mace (easy Mobile AI Compute Engine)

License

How to build

  • Android
    • use ndk-build
    • three switch in easy_mace/mace/Application.mk
      • USE_OPENMP
      • USE_NEON
      • USE_OPENCL
    • builed pass in android-9
  • Windows
    • use cmake
    • builed pass in windows(vs2015)
    • can USE_OPENCL in cmake config
  • MacOS
    • use cmake
    • can USE_OPENCL in cmake config(link with OpenCL.framework)
  • IOS(not test)
    • use cmake.
    • need to enable BUILD_IOS_FRAMEWORK in cmake config.
    • can USE_NEON in cmake config
    • generate two framework after Product/Archive

Convert caffe model

To do

  • enable shared libraries in windows
  • enable openmp in windows/mac/ios
  • use cmake in all platforms(win/linux/mac/android)

Releases

No releases published

Packages

No packages published

Languages