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/06/24 08:37:36 UTC

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

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

   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] donglinz closed pull request #11873: [fix] Add tensorflow Einsum op converter

Posted by GitBox <gi...@apache.org>.
donglinz closed pull request #11873: [fix] Add tensorflow Einsum op converter
URL: https://github.com/apache/tvm/pull/11873


-- 
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] donglinz commented on pull request #11873: [fix] Add tensorflow Einsum op converter

Posted by GitBox <gi...@apache.org>.
donglinz commented on PR #11873:
URL: https://github.com/apache/tvm/pull/11873#issuecomment-1165347455

   @AndrewZhaoLuo Can you please help review this?


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