Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 381 Bytes

enable_static_cn.rst

File metadata and controls

21 lines (13 loc) · 381 Bytes

enable_static

.. py:function:: paddle.enable_static()

Note

从 2.0.0 版本开始,Paddle 默认开启动态图模式。

开启静态图模式。可通过 :ref:`cn_api_paddle_disable_static` 关闭静态图模式。

返回

代码示例

COPY-FROM: paddle.enable_static