Jason
|
6be2c0367b
|
[Example] Update runtime examples (#1542)
* Add notes for tensors
* Optimize some apis
* move some warnings
|
2023-03-08 16:56:04 +08:00 |
|
Jack Zhou
|
524c85745b
|
[Backend] Add fixed size optimization for transformer model (#1430)
Add enable_fixed_size_opt flag
|
2023-02-24 09:45:04 +08:00 |
|
Jason
|
dd527388bc
|
Update option.h
|
2023-02-22 11:28:04 +08:00 |
|
WJJ1995
|
b6658b8094
|
[Benchmark] Add ppocr && ppseg benchmark (#1344)
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
* add cpp benchmark
* add cpu and gpu mem
* public part split
* add runtime mode
* fixed bugs
* add cpu_thread_nums
* deal with comments
* deal with comments
* deal with comments
* rm useless code
* add FASTDEPLOY_DECL
* add FASTDEPLOY_DECL
* fixed for windows
* mv rss to pss
* mv rss to pss
* Update utils.cc
* use thread to collect mem
* Add ResourceUsageMonitor
* rm useless code
* fixed bug
* fixed typo
* update ResourceUsageMonitor
* fixed bug
* fixed bug
* add note for ResourceUsageMonitor
* deal with comments
* add macros
* deal with comments
* deal with comments
* deal with comments
* re-lint
* rm pmap and use mem api
* rm pmap and use mem api
* add mem api
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* deal with comments
* fixed enable_paddle_to_trt
* add log for paddle_trt
* support ppcls benchmark
* use new trt option api
* update benchmark info
* simplify benchmark.cc
* simplify benchmark.cc
* deal with comments
* Add ppseg && ppocr benchmark
* add OCR rec img
* add ocr benchmark
* fixed trt shape
* add trt shape
* resolve conflict
* add ENABLE_BENCHMARK define
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
|
2023-02-20 15:59:27 +08:00 |
|
Jason
|
b8afb0d040
|
[Other] Move comments for deprecated functions (#1275)
Move comments for deprecated functions
|
2023-02-09 10:04:18 +08:00 |
|
Jason
|
a4b0565b9a
|
[Other] Optimize paddle backend (#1265)
* Optimize paddle backend
* optimize paddle backend
* add version support
|
2023-02-08 19:12:03 +08:00 |
|
huangjianhui
|
76df90afc3
|
[Other] FastDeploy TensorRT && ONNX backend support to load model form memory (#1130)
* Update all backends load model from buffer
* Delete redundant code
* Format code style
* Format code style
* Delete redundant code
* Delete redundant code
* Add some FDASSERTs
* Update load model form memory when cloning engine
* Update clone engine code
* Update set_model_buffer api parameters with char pointer
* Release memory buffer variables after finish init backends
* Fix conflict
* Fix bug
|
2023-02-01 11:36:09 +08:00 |
|
Jason
|
4aa4ebd7c3
|
[Other] [Part2] Upgrade runtime module (#1080)
[Other] Upgrade runtime module
|
2023-01-09 13:22:51 +08:00 |
|