You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/12 11:28:12 UTC

[GitHub] [tvm] donglinz opened a new pull request, #12064: Add tensorflow Einsum op converter

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #12064: Add tensorflow Einsum op converter

Posted by GitBox <gi...@apache.org>.
masahi merged PR #12064:
URL: https://github.com/apache/tvm/pull/12064


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org