@@ -54,10 +54,8 @@ from .process_group import get_all_process_groups, new_process_group
...
@@ -54,10 +54,8 @@ from .process_group import get_all_process_groups, new_process_group
classEngine:
classEngine:
"""
"""
An Engine object can provide the full power of auto parallel to users.
An High-Level API for auto parallel, which could be used for distributed Training (engine.fit) and Inferenced (engine.predict).
With the help of it, users can easily obtain the abilities of the
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>`_ .
distributed training and inference. It also support the dynamic graph and
static graph at the same time.
Args:
Args:
model (paddle.nn.Layer, optional): The model is an instance of
model (paddle.nn.Layer, optional): The model is an instance of