- Thanks to XiaoMI/mace
- easy mace update to 437c03e86e25ee4db8aa8a257371932abeb84f4a
- 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
- use convert_model tool
- enable shared libraries in windows
- enable openmp in windows/mac/ios
- use cmake in all platforms(win/linux/mac/android)