Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/paddle/jit/enable_to_static_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ enable_to_static

.. py:function:: paddle.jit.enable_to_static

全局启用或禁用 `ProgramTranslator` 从动态图到静态图的转换
全局启用或禁用从动态图到静态图的转换


参数
::::::::::::

- **enable_to_static_bool** (bool) - 启用或禁用转换为静态
- **enable_to_static_bool** (bool) - 启用或禁用动转静


代码示例
Expand Down