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

Commit 5fe4d2a

Browse files
eric-haibin-linhaojin2
authored andcommitted
Update ndarray.py (#16205)
1 parent b3da7d2 commit 5fe4d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/mxnet/ndarray/ndarray.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3302,8 +3302,8 @@ def arange(start, stop=None, step=1.0, repeat=1, infer_range=None, ctx=None, dty
33023302
repeat : int, optional
33033303
Number of times to repeat each element. The default repeat count is 1.
33043304
infer_range : boolean, optional
3305-
When set to True, infer the stop position from the start, step,
3306-
repeat, and output tensor size.
3305+
Infer the stop position from the start, step, repeat, and output tensor size.
3306+
Deprecated. Only False is supported.
33073307
ctx : Context, optional
33083308
Device context. Default context is the current default context.
33093309
dtype : str or numpy.dtype, optional

0 commit comments

Comments
 (0)