[BUG] TFLite quantized ResNet50 test output mismatch when run on arm_cpu
target
#16534
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
relay:qnn
src/relay/qnn
topi
python/tvm/topi
type: bug
Expected behaviour:
No output mismatch.
Actual behaviour:
When compiled on an
arm_cpu
target, the model results in an output mismatch:Environment:
Tested with TVM at 6a3fadc. The issue was found as a result of the changes in #16513, however it can be reproduced without as described below.
Run on a Graviton 3 instance.
How to reproduce:
Run the test
pytest tests/python/frontend/tflite/test_forward.py -k test_forward_tflite2_qnn_resnet50
with an
arm_cpu
target. Note: Reminder to remove any skip condition that exists in the test currently.The text was updated successfully, but these errors were encountered: