提交 5d47916b 编写于 作者: Z zhangting2020

update docs of place APIs

上级 526f2136
......@@ -8,13 +8,13 @@ CPUPlace
``CPUPlace`` 是一个设备描述符,表示一个分配或将要分配 ``Tensor`` 或 ``LoDTensor`` 的 ``CPU`` 设备
``CPUPlace`` 是一个设备描述符,指定 ``CPUPlace`` 则 ``Tensor`` 将被自动分配在该设备上,并且模型将会运行在该设备上
**代码示例**
.. code-block:: python
import paddle.fluid as fluid
cpu_place = fluid.CPUPlace()
import paddle
cpu_place = paddle.CPUPlace()
......@@ -15,6 +15,6 @@ CUDAPinnedPlace
.. code-block:: python
import paddle.fluid as fluid
place = fluid.CUDAPinnedPlace()
import paddle
place = paddle.CUDAPinnedPlace()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册