From 5fe4d2ab61a25387415a6df30ec7f11f103bf041 Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Wed, 18 Sep 2019 21:02:45 -0700 Subject: [PATCH] Update ndarray.py (#16205) --- python/mxnet/ndarray/ndarray.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/mxnet/ndarray/ndarray.py b/python/mxnet/ndarray/ndarray.py index 59306e21e6f5..0b72865dc17a 100644 --- a/python/mxnet/ndarray/ndarray.py +++ b/python/mxnet/ndarray/ndarray.py @@ -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