-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[WebNN EP] Make sure optional input is provided #19686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Some optional input is presented as empty string, we should not only check if the input size is correct, but also check if the optional input is not empty.
onnxruntime/core/providers/webnn/builders/impl/squeeze_unsqueeze_op_builder.cc
Outdated
Show resolved
Hide resolved
fdwr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Wanming.
|
/azp run Linux CPU CI Pipeline,Linux CPU Minimal Build E2E CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,Linux OpenVINO CI Pipeline,Linux QNN CI Pipeline,MacOS CI Pipeline,Windows ARM64 QNN CI Pipeline,Windows CPU CI Pipeline |
|
/azp run Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline,onnxruntime-binary-size-checks-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed |
|
/azp run ONNX Runtime Web CI Pipeline,Windows x64 QNN CI Pipeline |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
Azure Pipelines successfully started running 9 pipeline(s). |
|
The failure says "CPUExecutionProvider", and so I don't think it is related to your change 🤔. https://github.com/microsoft/onnxruntime/pull/19686/checks?check_run_id=22329483029 |
|
/azp run Big Models |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Some optional input is presented as empty string, we should not only check if the input size is correct, but also check if the optional input is not empty. e.g. Pad node has empty optional input in sam-b-encoder.onnx model: <img width="514" alt="image" src="https://github.com/microsoft/onnxruntime/assets/3271201/cc3b06fe-46b9-4ee7-aca5-157bdf112856">
Some optional input is presented as empty string, we should not only check if the input size is correct, but also check if the optional input is not empty.
e.g. Pad node has empty optional input in sam-b-encoder.onnx model:
