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:
heliqi
2022-10-08 03:49:40 -05:00
committed by GitHub
parent d57e997fa0
commit a3fa5989d2
3 changed files with 4 additions and 4 deletions

View File

@@ -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.