Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix #13090, Add image.imread to python API doc. (#13176)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored and nswamy committed Nov 9, 2018
1 parent 3bbbf6d commit 3a6dcc7
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 3a6dcc7

Please sign in to comment.