[Bug][FRONTEND][ONNX] Error converting operator Expand: TVMError: broadcast_to expects the input tensor shape is broadcastable to the target shape. #17769
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Expected behavior
The onnx frontend should import the model correctly.
Actual behavior
Environment
OS: Ubuntu 20.04
TVM: 0.20.dev0 (f6236ce)
Steps to reproduce
This bug can be reproduced by the following code with the model in the attachment. For the model, it can be correctly checked by onnx.checker.check_model. However, the onnx frontend cannot import it.
model.zip
cc @KJlaccHoeUM9l
The text was updated successfully, but these errors were encountered: