未验证 提交 c96b9cbb 编写于 作者: J JZ-LIANG 提交者: GitHub

update doc (#56957)

上级 ada16f94
......@@ -54,10 +54,8 @@ from .process_group import get_all_process_groups, new_process_group
class Engine:
"""
An Engine object can provide the full power of auto parallel to users.
With the help of it, users can easily obtain the abilities of the
distributed training and inference. It also support the dynamic graph and
static graph at the same time.
An High-Level API for auto parallel, which could be used for distributed Training (engine.fit) and Inferenced (engine.predict).
Static graph mode is supported natively, Dynamic graph mode is also supported under `@to_static <https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/jit/to_static_cn.html#to-static>`_ .
Args:
model (paddle.nn.Layer, optional): The model is an instance of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册