haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op
trilindices
URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400588805
##########
File path: python/mxnet/numpy/multiarray.py
##########
@@ -5533,6 +5533,87 @@ def tril(m, k=0):
"""
return _mx_nd_np.tril(m, k)
+@set_module('mxnet.numpy')
Review comment:
one more blank line above.
----------------------------------------------------------------
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