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 2021/05/17 19:50:43 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request #8060: [Frontend][TFLite] Use axis.size instead of len(axis)

kparzysz-quic opened a new pull request #8060:
URL: https://github.com/apache/tvm/pull/8060


   The variable `axis` is an `ndarray`.  Using `len(axis)` causes an exception at run time.


-- 
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:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #8060: [Frontend][TFLite] Use axis.size instead of len(axis)

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #8060:
URL: https://github.com/apache/tvm/pull/8060


   


-- 
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:
users@infra.apache.org