DavidSunny86 / easy_mace

easy build for XiaoMI/mace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

easy build for XiaoMI/mace


Languages

Language:C++ 93.8%Language:C 5.5%Language:CMake 0.6%Language:Makefile 0.1%Language:Batchfile 0.0%Language:Shell 0.0%