mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Add OpenVINO backend support (#148)
* Add OpenVINO backend support * fix pybind * fix python library path
This commit is contained in:
@@ -76,6 +76,9 @@ class RuntimeOption:
|
||||
def use_trt_backend(self):
|
||||
return self._option.use_trt_backend()
|
||||
|
||||
def use_openvino_backend(self):
|
||||
return self._option.use_openvino_backend()
|
||||
|
||||
def enable_paddle_mkldnn(self):
|
||||
return self._option.enable_paddle_mkldnn()
|
||||
|
||||
|
Reference in New Issue
Block a user