Skip to content

Commit

Permalink
update python api name
Browse files Browse the repository at this point in the history
  • Loading branch information
qili93 committed Nov 26, 2020
1 parent 4ca4346 commit d354fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_reference/python_api_doc/Config/CPUConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ print(config.cpu_math_library_num_threads())
**注意:**
1. 启用 MKLDNN 的前提为已经使用 CPU 进行预测,否则启用 MKLDNN 无法生效
2. 启用 MKLDNN BF16 要求 CPU 型号可以支持 AVX512,否则无法启用 MKLDNN BF16
3. `SetMkldnnCacheCapacity` 请参考 <a class="reference external" href="https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md">MKLDNN cache设计文档</a>
3. `set_mkldnn_cache_capacity` 请参考 <a class="reference external" href="https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md">MKLDNN cache设计文档</a>

API定义如下:

Expand Down

0 comments on commit d354fcb

Please sign in to comment.