### 🐛 Describe the bug `Failed to resize output tensor for XNNExecutor. CALL_DELEGATE execute failed at instruction 6: 0x10`. Seeing this error in [efficientnet](https://github.com/huggingface/optimum-executorch/actions/runs/14098303415/job/39489770961?pr=41) model. The model is exported statically, and the shapes of export inputs and test inputs are identical. @mcr229 already have fix for this issue here: https://github.com/pytorch/executorch/pull/9729 ### Versions trunk and release/0.6 cc @digantdesai @mcr229 @cbilgin