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/04/22 08:52:09 UTC

[GitHub] [tvm] blackkker opened a new pull request, #11100: [Frontend][TFLite] update logical_binary using new function

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

   When importing the [MoveNet_MultiPose](https://github.com/PINTO0309/PINTO_model_zoo/tree/main/137_MoveNet_MultiPose) model. 
   I met a keyerror as the pic shows:
   ![image](https://user-images.githubusercontent.com/32191045/164647902-14cb5184-ae9b-45e7-9636-1e8f6e19b3a2.png)
   it seems to be the error of `self.get_expr()`.
   But, I can't reproduce the test case for the logical_and op that is consistent with the model.
   Also, i found [PR#7048](https://github.com/apache/tvm/pull/7048) updated the `def get_tensor_expr`, and some op have used the latest functions.
   So, i update it! And my model complie successful.
   


-- 
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] leandron merged pull request #11100: [Frontend][TFLite] update logical_binary using new function

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


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