未验证 提交 155ffdc6 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #11981 from luotao1/infer_doc

add inference_transpiler doc to 0.14.0
...@@ -14,6 +14,15 @@ DistributeTranspiler ...@@ -14,6 +14,15 @@ DistributeTranspiler
:members: :members:
:noindex: :noindex:
.. _api_fluid_transpiler_InferenceTranspiler:
InferenceTranspiler
-------------------
.. autoclass:: paddle.fluid.transpiler.InferenceTranspiler
:members:
:noindex:
.. _api_fluid_transpiler_memory_optimize: .. _api_fluid_transpiler_memory_optimize:
memory_optimize memory_optimize
......
...@@ -18,7 +18,7 @@ from ..framework import Program ...@@ -18,7 +18,7 @@ from ..framework import Program
from ..executor import global_scope from ..executor import global_scope
class InferenceTranspiler: class InferenceTranspiler(object):
''' '''
Convert the fluid program to optimized inference program. Convert the fluid program to optimized inference program.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册