Commit Graph

32 Commits (f7e9fe57d3da50ea0d8bffff4d67bb924729817b)

Author SHA1 Message Date
Yiqun Liu 7480291c62
Add version and commit information in capi config.h and use unofficial glog for Android API < 21. (#6113)
7 years ago
Yiqun Liu f8d4e756b4
Fix the lack of linking libraries to libpaddle_capi_engine. (#5343)
7 years ago
hedaoyuan 2bb2c318e9 Change the name of the export.map to paddle_capi.map which need to be released in each version.
7 years ago
hedaoyuan 5d2fe7cd91 Fix cc_library paddle_capi_whole.
7 years ago
hedaoyuan 56d5db8bea Bug fix of libpaddle_capi_whole.a in x86.
7 years ago
hedaoyuan 747b541957 Follow comments
7 years ago
hedaoyuan 378dcb1833 Split paddle_capi_whole into paddle_nn_engine and paddle_layers two static libraries.
7 years ago
hedaoyuan 6627801a58 Follow comments.
7 years ago
hedaoyuan 3c66b307f7 Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
7 years ago
Liu Yiqun dd2f477a50 Fix bug in cc_library, when merging several libraries into one on Linux.
8 years ago
Liu Yiqun 76338fb6a7 Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun b51ba53a55 Write the building and the lastest commit into a BUILD.txt in install phase.
8 years ago
Liu Yiqun fb93a8be27 Add paddle_pserver back to c-api library, because it is used in Evaluator.h.
8 years ago
Liu Yiqun aeea8ab1c4 Remove the linking of train-related libraries when cross-compiling for Android and iOS.
8 years ago
Liu Yiqun 0cb3906d5c Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun fb38e6620e Seperate the codes that cannot and don't need to build for iOS devices.
8 years ago
gongweibao 06fad3fe9d hidden capi symbols (#3636)
8 years ago
Yu Yang b1a311c44d Add pb_cc_library in generic.cmake
8 years ago
Liu Yiqun 1b31a8df8b Install the paddle c-api libraries to subdirectory named by ANDROID_ABI.
8 years ago
Yu Yang d49c6274ca GNU Style API
8 years ago
Yu Yang b5288289e1 Rename some API to C-Style
8 years ago
Yu Yang 5ac9c22633 Install shared lib
8 years ago
Yu Yang 8a1e32d812 Fix compile error.
8 years ago
Yu Yang 30a6f9b39a Start doing shared c_api library
8 years ago
Yu Yang 0874a7e866 Fix typo in API.h
8 years ago
Yu Yang 987a908f29 Fix a bug, should be ALL in custom_target
8 years ago
Yu Yang 4fd6888eb1 C-API for model inference.
8 years ago
Yu Yang 873368f842 Add style check to target
8 years ago
Yu Yang fdb64acc50 add unittest for prediction
8 years ago
Yu Yang 3fcd81fde7 Stash
8 years ago
Yu Yang aa6e25215e Doing C-API
8 years ago
Yu Yang fbb1b0e464 Start Doing C-API for predict.
8 years ago