Commit Graph

64 Commits (07f3f07ff379a069b5af264470e856d21e7a3144)

Author SHA1 Message Date
Yiqun Liu f8d4e756b4
Fix the lack of linking libraries to libpaddle_capi_engine. (#5343)
7 years ago
xzl acfdc312f9 support trainconfig and modelconfig of MergedModel
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 aa1e92ec9a Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
hedaoyuan adad8d9ed2 Open WITH_TESTING option.
7 years ago
Yi Wang 4558807c48 Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
7 years ago
Yu Yang 84500f9487 Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
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.
7 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 473161f919 Merge branch 'ios_cross_compile' 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
Liu Yiqun 5d18aaf822 Add a c-api interface to get the output of a specified layer.
8 years ago
Yi Wang 2ca13944b6 Merge pull request #3378 from gangliao/proj_name
8 years ago
Liu Yiqun 4f1f7e90aa Delete c-api interface, paddle_gradient_machine_load_parameter_from_buffer, and
8 years ago
Liu Yiqun 9dccdd77a1 Add c-api interface, paddle_gradient_machine_create_for_inference_with_parameters,
8 years ago
Liu Yiqun 1505e46be8 Refine the comments of c-api function, paddle_arguments_set_frame_shape.
8 years ago
Liu Yiqun c7a247b7af Support to load parameters from buffer in c-api.
8 years ago
Liu Yiqun fb5cd7f823 Refine the error logs.
8 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
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
hedaoyuan 1b85a13c6d Remove the feenableexcept in initPaddle.
8 years ago
Yu Yang 91927cc3a2 Change name conventions.
8 years ago
Yu Yang bda2008630 Add TODO for GPU unittest
8 years ago
Yu Yang 87dfc12a29 Follow comments
8 years ago
Yu Yang 0d73f4c265 Add usage documentation of C-API.
8 years ago
Yu Yang 852a94f804 Add model_inference directory
8 years ago
Yu Yang 34b3ee31fa Add sequence exampleAdd sequence exampleAdd sequence exampleAdd sequence
8 years ago
Yu Yang 470bbcf9e5 Add example
8 years ago
Yu Yang d49c6274ca GNU Style API
8 years ago
Yu Yang 58e5b87831 Add license
8 years ago
Yu Yang c5eac0ab2d Rename API
8 years ago
Yu Yang 0afd5c30a8 Stash
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 7bb12fdb50 Refactor API follow comments.
8 years ago
Yu Yang 5a9987a317 Fix bugs in lizhao's code
8 years ago
livc 3519c63034 complete some functions of c-api.
8 years ago
Yu Yang 97c6425456 Add some more interfaces
8 years ago