tingying2020 opened a new pull request #15764: [Numpy] nonzero URL: https://github.com/apache/incubator-mxnet/pull/15764 ## Description ## numpy operator nonzero ## Checklist ## ### Essentials ### - [x] Changes are complete (i.e. I finished coding on this PR) ### Changes ### - Implement operator nonzero. ## Comments ## The return ndarray is same as numpy.transpose(numpy.nonzero(a)). @haojin2
---------------------------------------------------------------- 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
