mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
Fix set_paddle_mkldnn python interface (#328)
* fd serving add dockerfile * fix enable_paddle_mkldnn * delete disable_paddle_mkldnn * fix python set_paddle_mkldnn Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -73,7 +73,7 @@ use_openvino_backend()
|
||||
Inference with OpenVINO backend (CPU supported, Paddle/ONNX model format supported)
|
||||
|
||||
```
|
||||
set_paddle_mkldnn()
|
||||
set_paddle_mkldnn(pd_mkldnn=True)
|
||||
```
|
||||
|
||||
When using the Paddle Inference backend, this parameter determines whether the MKLDNN inference acceleration on the CPU is on or off. It is on by default.
|
||||
|
Reference in New Issue
Block a user