Skip to content

Commit

Permalink
Fix apache#13090, Add image.imread to python API doc. (apache#13176)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored and azai91 committed Dec 1, 2018
1 parent e5a65ff commit 19bdd32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/python/image/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ images provided in
.. autosummary::
:nosignatures:
image.imread
image.imdecode
image.scale_down
image.resize_short
Expand Down Expand Up @@ -163,6 +164,7 @@ and a list of augmenters specific for `Object detection` is provided
.. autoclass:: mxnet.image.ImageIter
:members:
.. automethod:: mxnet.image.imread
.. automethod:: mxnet.image.imdecode
.. automethod:: mxnet.image.scale_down
.. automethod:: mxnet.image.resize_short
Expand Down

0 comments on commit 19bdd32

Please sign in to comment.