Wang Xinyu
|
43d86114d8
|
[Backend] TRT backend & PP-Infer backend support pinned memory (#403)
* TRT backend use pinned memory
* refine fd tensor pinned memory logic
* TRT enable pinned memory configurable
* paddle inference support pinned memory
* pinned memory pybindings
Co-authored-by: Jason <jiangjiajun@baidu.com>
|
2022-10-21 18:51:36 +08:00 |
|
Jason
|
360bee46b5
|
Support build on jetson (#276)
* support jetson build
* Update allocate.cc
* update setup
* Update CMakeLists.txt
* Update setup.py
|
2022-09-23 13:11:11 +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 |
|
Jason
|
68523be411
|
Modify file structure to separate python and cpp code (#223)
Modify code structure
|
2022-09-14 15:44:13 +08:00 |
|