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

Commit

Permalink
Update ndarray.py (#16205)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored and haojin2 committed Sep 19, 2019
1 parent b3da7d2 commit 5fe4d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mxnet/ndarray/ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -3302,8 +3302,8 @@ def arange(start, stop=None, step=1.0, repeat=1, infer_range=None, ctx=None, dty
repeat : int, optional
Number of times to repeat each element. The default repeat count is 1.
infer_range : boolean, optional
When set to True, infer the stop position from the start, step,
repeat, and output tensor size.
Infer the stop position from the start, step, repeat, and output tensor size.
Deprecated. Only False is supported.
ctx : Context, optional
Device context. Default context is the current default context.
dtype : str or numpy.dtype, optional
Expand Down

0 comments on commit 5fe4d2a

Please sign in to comment.