cconvey commented on pull request #8867: URL: https://github.com/apache/tvm/pull/8867#issuecomment-907498051
Will this work as intended when an "optional" input is omitted? For example, [QLinearAdd](https://github.com/microsoft/onnxruntime/blob/master/docs/ContribOperators.md#commicrosoftqlinearadd) has 8 inputs, 3 of which are documented as being optional: "A_zero_point", "B_zero_point", and "C_zero_point". Suppose that we're importing an onnx model which omits the "A_zero_point" index. Will that affect the mapping between (`onnx_input` index numbers) and (corresponding input object)? -- 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]
