haojin2 commented on a change in pull request #17563: [Numpy] add isposinf
isneginf isfinite
URL: https://github.com/apache/incubator-mxnet/pull/17563#discussion_r377989065
##########
File path: python/mxnet/symbol/numpy/_symbol.py
##########
@@ -5962,7 +5963,7 @@ def isinf(x, out=None, **kwargs):
Parameters
----------
- x : _Symbol
+ x : ndarray
Review comment:
shouldn't it be `_Symbol or scalar` here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services