yunyaoXYY
d45382e3cc
[Backend] Add Huawei Ascend NPU deploy using PaddleLite CANN. ( #757 )
...
* Add Huawei Ascend NPU deploy through PaddleLite CANN
* Add NNAdapter interface for paddlelite
* Modify Huawei Ascend Cmake
* Update way for compiling Huawei Ascend NPU deployment
* remove UseLiteBackend in UseCANN
* Support compile python whlee
* Change names of nnadapter API
* Add nnadapter pybind and remove useless API
* Support Python deployment on Huawei Ascend NPU
* Add models suppor for ascend
* Add PPOCR rec reszie for ascend
* fix conflict for ascend
* Rename CANN to Ascend
* Rename CANN to Ascend
* Improve ascend
* fix ascend bug
* improve ascend docs
* improve ascend docs
* improve ascend docs
* Improve Ascend
* Improve Ascend
* Move ascend python demo
* Imporve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Imporve ascend
* Imporve ascend
* Improve ascend
2022-12-26 10:18:34 +08:00
DefTruth
6060f4060b
[Bug Fix] fix lite int64 datatype convert ( #892 )
...
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-16 13:29:56 +08:00
Jason
2d998223ac
[Backend] Add KunlunXin XPU deploy support ( #894 )
...
Revert "Revert "[Backend] Add KunlunXin XPU deploy support" (#893 )"
This reverts commit 0990ab9b50
.
2022-12-16 11:22:30 +08:00
Jason
0990ab9b50
Revert "[Backend] Add KunlunXin XPU deploy support" ( #893 )
...
Revert "[Backend] Add KunlunXin XPU deploy support (#747 )"
This reverts commit 5be839b322
.
2022-12-15 21:17:59 +08:00
yeliang2258
5be839b322
[Backend] Add KunlunXin XPU deploy support ( #747 )
...
* add xpu support
* fix docs
* update code
* update doc
* update code
* update yolov5
* update cmake
* add int64_t data support
* fix
* update download links
* add en doc
* update code
* update xpu options
* update doc
* update doc
* update doc
* update lib links
* update doc
* update code
* update lite xpu link
* update xpu lib
* update doc
* update en doc
2022-12-15 21:17:14 +08:00
shentanyue
3c05c74513
[Paddle Lite] Support stable-diffusion model ( #830 )
...
* support stable-diffusion model for paddlelite
* update code
2022-12-09 13:20:33 +08:00
DefTruth
ffea55e038
[Bug Fix] add __aarch64__ to limit int64 in armv8 ( #794 )
2022-12-05 18:19:11 +08:00
yeliang2258
104d965b38
[Backend] Add YOLOv5、PPYOLOE and PP-Liteseg for RV1126 ( #647 )
...
* add yolov5 and ppyoloe for rk1126
* update code, rename rk1126 to rv1126
* add PP-Liteseg
* update lite lib
* updade doc for PPYOLOE
* update doc
* fix docs
* fix doc and examples
* update code
* uodate doc
* update doc
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-05 16:48:00 +08:00
DefTruth
65f270df29
[FastTokenizer] Support FastTokenizer on Android ( #783 )
...
* [FastTokenizer] Support FastTokenizer on Android
* [OMP] Add OMP bind_proc(close) policy
* [Android] Add Lite support for UIE
* [Android] Add VIS_SEG_OMP_NUM_THREADS
2022-12-05 14:12:54 +08:00
heliqi
42f1888bb0
[Serving][Backend] Backend support zero_copy_infer and Serving reduce the output memory copy ( #703 )
...
* backend add zero copy infer interface
* fix bug
* fix bug
* fix bug
* paddle ipu
2022-11-28 14:07:53 +08:00
yeliang2258
fa807340be
[Backend] Add Rockchip RV1126 deploy support through PaddleLite TIM-VX ( #439 )
...
* add rk1126 support
* update lib
* fix compile bugs
* update doc
* fix complie bug
* update doc
* update doc
* update code
* support model bigger than 2G
* update code
* update code
* update code
* update doc
* update code
* fix bug
* update code
* update code
* update code
* update doc
* update info
* code style check
* update code
* update doc
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-11-10 10:05:47 +08:00
DefTruth
d8aa11efc8
[Backend] fix lite backend save model error ( #474 )
...
* [Backend] fix lite backend save model error
* [Backend] fixed typos
2022-11-02 10:01:02 +08:00
DefTruth
a51e5a6e55
[Android] Add android aar package ( #416 )
...
* [Android] Add Android build docs and demo (#26 )
* [Backend] Add override flag to lite backend
* [Docs] Add Android C++ SDK build docs
* [Doc] fix android_build_docs typos
* Update CMakeLists.txt
* Update android.md
* [Doc] Add PicoDet Android demo docs
* [Doc] Update PicoDet Andorid demo docs
* [Doc] Update PaddleClasModel Android demo docs
* [Doc] Update fastdeploy android jni docs
* [Doc] Update fastdeploy android jni usage docs
* [Android] init fastdeploy android jar package
* [Backend] support int8 option for lite backend
* [Model] add Backend::Lite to paddle model
* [Backend] use CopyFromCpu for lite backend.
* [Android] package jni srcs and java api into aar
* Update infer.cc
* Update infer.cc
* [Android] Update package build.gradle
* [Android] Update android app examples
* [Android] update android detection app
2022-10-26 17:01:14 +08:00
DefTruth
c4288a92e1
[lite] add more options for lite backend ( #313 )
...
* [cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk
* [cmake] fixed patchelf download on mac and android
* [lite] Add threads and power_mode option support
* [pybind] update runtime pybind for lite power mode
* [python] Add set_lite_power_mode api to runtime
* [Lite] add lite enable_fp16 option support
* [lite] add more options for lite backend.
* [cmake] fixed Paddle Lite typo
* [runtime] format LitePowerMode enum comments
* [runtime] format lite option comments
2022-10-04 17:31:48 +08:00
DefTruth
c5f85de356
[lite] Add threads and power_mode option support ( #298 )
...
* [cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk
* [cmake] fixed patchelf download on mac and android
* [lite] Add threads and power_mode option support
* [pybind] update runtime pybind for lite power mode
* [python] Add set_lite_power_mode api to runtime
2022-09-28 18:09:35 +08:00
Jason
addce837bc
Add paddlelite backend support ( #260 )
...
* Add paddlelite backend support
* Update CMakeLists.txt
* Update __init__.py
2022-09-21 13:22:34 +08:00