donglinz opened a new pull request, #12064:
URL: https://github.com/apache/tvm/pull/12064

   Einsum op is supported in Relay but not in the Tensorflow model importer, 
which will cause the below error when importing Tensorflow models with Einsum 
operator.
   
   ```
   NotImplementedError: The following operators are not implemented: {'Einsum'}
   ```
   
   This PR is adding Einsum op converter from TF to Relay


-- 
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]

Reply via email to