Add MobileNetV2 e2e test.

PiperOrigin-RevId: 298890990
diff --git a/integrations/tensorflow/e2e/BUILD b/integrations/tensorflow/e2e/BUILD
index 3fe32db..dcac7b0 100644
--- a/integrations/tensorflow/e2e/BUILD
+++ b/integrations/tensorflow/e2e/BUILD
@@ -79,6 +79,7 @@
     for model_name, backends in [
         ("ResNet50", "tf"),
         ("MobileNet", "tf"),
+        ("MobileNetV2", "tf"),
     ]
 ]