jwfromm opened a new pull request #7115:
URL: https://github.com/apache/tvm/pull/7115


   Onnx has shapes associated with each input in the graph. In many cases, 
there is no need for users to specify those shapes since we can simply pull 
them out. In the onnx importer today, however, an error is thrown whenever 
shapes aren't explicitly provided. This PR changes that behavior and should 
make the importer much more user friendly. If an input shape can be extracted 
and is static, it does not need to be passed in as a shape dictionary. If there 
are unknown shapes, the importer will raise a warning but continue assuming 
they're dynamic.


----------------------------------------------------------------
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:
[email protected]


Reply via email to