padreofthegame opened a new pull request, #13927: URL: https://github.com/apache/tvm/pull/13927
…of input tensors This PR should enable full functionality of matmul operator in PyTorch frontend. In addition to current behavior, it introduces: - matrix multiplication of two 1D tensors, 1D x 1D, - matrix multiplication of 1D and ND tensors, 1D x ND. It also improves operator functionality when working with: - matrix multiplication of ND and 1D tensors, ND x 1D, - matrix multiplication of two ND tensors, ND x ND. Also, proper assertions are added. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
