trevor-m opened a new pull request #5961: URL: https://github.com/apache/incubator-tvm/pull/5961
This PR adds the `meshgrid` op to relay. It matches the results of Pytorch's meshgrid: https://pytorch.org/docs/master/generated/torch.meshgrid.html And numpy's meshgrid with `ij` indexing: https://numpy.org/doc/stable/reference/generated/numpy.meshgrid.html ---------------------------------------------------------------- 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]
