mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-19 06:54:41 +08:00
[Backend] Add fp16 support for ONNXRuntime-GPU (#1239)
* add fp16 support for ort-gpu * add enable_ort_fp16 option * fix * fix bugs * use fp16 for test * update code * update code * fix windows bug
This commit is contained in:
@@ -51,7 +51,6 @@ class FASTDEPLOY_DECL CenterFacePreprocessor{
|
||||
|
||||
// target size, tuple of (width, height), default size = {640, 640}
|
||||
std::vector<int> size_;
|
||||
|
||||
};
|
||||
|
||||
} // namespace facedet
|
||||
|
Reference in New Issue
Block a user