petuca commented on issue #11691: URL: https://github.com/apache/tvm/issues/11691#issuecomment-1157631804
Hi @ganler , Thank you for comment and advices. I saw your changes and took it as a start idea for solving this, but I found optimal structure with minimal conditions on this way to obtain all possible cases of tensor's dimensions. Eventually, I could swap nn.dense with nn.matmul where I could reduce my code for some extra lines. I will sent the PR tomorrow. @masahi Is there some specific reason for not using transpose_a in this scenario? If we could use that, I can implement that, too. -- 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]
