AndrewZhaoLuo opened a new pull request #8562:
URL: https://github.com/apache/tvm/pull/8562


   The input shape may not be a python list (which is what the ffi knows how to 
handle) but rather a rather complicated protobuf object. The solution is to 
just convert it to a python list.
   
   Before:
   TypeError: Don't know how to handle type <class 
'google.protobuf.pyext._message.RepeatedScalarContainer'>
   
   After:
   Works! Now we just have an issue with unsupported ops.
   


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