Enable ResNet50 test on vmla backend.
PiperOrigin-RevId: 307752199
diff --git a/integrations/tensorflow/e2e/BUILD b/integrations/tensorflow/e2e/BUILD
index 5df0f1b..2b43a04 100644
--- a/integrations/tensorflow/e2e/BUILD
+++ b/integrations/tensorflow/e2e/BUILD
@@ -80,7 +80,7 @@
# TODO(b/150244105) update backends with "tf,iree_vmla,iree_vulkan"
# and add other supported vision models
for model_name, backends in [
- ("ResNet50", "tf"),
+ ("ResNet50", "tf,iree_vmla"),
("MobileNet", "tf"),
("MobileNetV2", "tf"),
]