Skip to content

Commit

Permalink
Merge pull request #11983 from luotao1/inference_doc
Browse files Browse the repository at this point in the history
add inference_transpiler doc to develop branch
  • Loading branch information
luotao1 authored Jul 6, 2018
2 parents 7a735f2 + da70863 commit d3a4848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/fluid/api/transpiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ DistributeTranspiler
:members:
:noindex:

.. _api_fluid_transpiler_InferenceTranspiler:

InferenceTranspiler
-------------------

.. autoclass:: paddle.fluid.transpiler.InferenceTranspiler
:members:
:noindex:

.. _api_fluid_transpiler_memory_optimize:

memory_optimize
Expand Down
2 changes: 1 addition & 1 deletion python/paddle/fluid/transpiler/inference_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ..executor import global_scope


class InferenceTranspiler:
class InferenceTranspiler(object):
'''
Convert the fluid program to optimized inference program.
Expand Down

0 comments on commit d3a4848

Please sign in to comment.