End-to-end FP16 MobileNet v3 benchmarks

PiperOrigin-RevId: 331649803
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14dfa9f..dc6ffcf 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4012,7 +4012,9 @@
     models/qs8-mobilenet-v2.cc
     models/fp16-mobilenet-v2.cc
     models/fp32-mobilenet-v2.cc
+    models/fp16-mobilenet-v3-large.cc
     models/fp32-mobilenet-v3-large.cc
+    models/fp16-mobilenet-v3-small.cc
     models/fp32-mobilenet-v3-small.cc)
   SET_TARGET_PROPERTIES(bench-models PROPERTIES
     CXX_STANDARD 11