hanke580 commented on a change in pull request #6370: URL: https://github.com/apache/tvm/pull/6370#discussion_r555211968
########## File path: python/tvm/topi/transform.py ########## @@ -502,6 +502,14 @@ def tensordot(a, b, axes): return cpp.tensordot(a, b, axes[0], axes[1]) +def einsum(subscripts, a_tuple): Review comment: Created einsum.py in topi for this op. Thx! ---------------------------------------------------------------- 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: us...@infra.apache.org