Skip to content

Commit

Permalink
gluon docfix (apache#13631)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdantu authored and rondogency committed Jan 9, 2019
1 parent add5462 commit 18cdda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mxnet/gluon/data/vision/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ class Cast(HybridBlock):
Inputs:
- **data**: input tensor with arbitrary shape.
- **data**: input tensor with arbitrary shape and dtype.
Outputs:
- **out**: output tensor with the same shape as `data`.
- **out**: output tensor with the same shape as `data` and data type as dtype.
"""
def __init__(self, dtype='float32'):
super(Cast, self).__init__()
Expand Down

0 comments on commit 18cdda2

Please sign in to comment.