reminisce commented on a change in pull request #17619: [numpy] add op fabs,
sometrue, round_
URL: https://github.com/apache/incubator-mxnet/pull/17619#discussion_r382284397
##########
File path: python/mxnet/_numpy_op_doc.py
##########
@@ -121,6 +121,21 @@ def _np_any(a, axis=None, keepdims=False, out=None):
pass
+def _np_sometrue(a, axis=None, keepdims=False, out=None):
+ """
+ sometrue(*args, **kwargs)
Review comment:
No need to have this line.
----------------------------------------------------------------
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