• H
    Add x86 inference and fix_armv7_C++demo cherry pick (#2311) · f3733908
    huzhiqiang 提交于
    * Fix compiling bug in android_armv7_demo : cxx demo can not compile properly because demo' android version is different from that of library file (#2308)
    
    link armv7 demo to android-23 to make sure the demo can compile properly
    cxx demo can not compile properly because demo' android version is different from that of library file, we fix this bug by linking armv7 demo to android-23
    
    * Add 'inference' folder into build.lite.x86, 'inference' folder contains head files、library files and demo of x86 compiling (#2301)
    
    Add inference folder into build.lite.x86, build.lite.x86/inference folder contains head files、library files and demo of x86 compiling
    f3733908
pybind.cc 9.4 KB