mmdeploy/csrc/preprocess/cpu
lzhangzz 73cf3b5feb
[Fix] Optimize preprocess & fix pontential use-after-free (#229)
* hold async data and wait only at the end of the pipeline

* fix use-after-free bugs

* fix wording

* bypass trivial cases for Pad to avoid ppl.cv's bug

* fix pad

* fix lint

* cleanup

* fix DefaultFormatBundle

* fix all cpu preprocess impl

* suppress log

* fix dynamic library build & add comments for SyncOnScopeExit
2022-03-28 17:29:22 +08:00
..
CMakeLists.txt Add DefaultFormatBundle (#208) 2022-03-16 15:52:57 +08:00
collect_impl.cpp Merge sdk (#251) 2021-12-07 10:57:55 +08:00
crop_impl.cpp [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
default_format_bundle_impl.cpp [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
image2tensor_impl.cpp [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
load_impl.cpp Merge sdk (#251) 2021-12-07 10:57:55 +08:00
normalize_impl.cpp [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
pad_impl.cpp [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
resize_impl.cpp [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00