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

Commit

Permalink
gluon docfix (#13631)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdantu authored and sandeep-krishnamurthy committed Dec 29, 2018
1 parent 991bf3b commit 9fbd7dd
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 9fbd7dd

Please sign in to comment.