jwfromm commented on pull request #8867:
URL: https://github.com/apache/tvm/pull/8867#issuecomment-907659234


   Onnx has strict conventions around input ordering. Any optional input that 
isnt used, but has other inputs after it that are used, must explicitly be set 
to None. If this convention isnt followed it would be impossible to tell which 
input is which. This is the key point that @mbrookhart and I weren't aware of 
when we tried to use input names.


-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to