We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2059f16 commit 32123b8Copy full SHA for 32123b8
examples/CMakeLists.txt
@@ -14,9 +14,8 @@ add_subdirectory(hello_world)
14
add_subdirectory(example_cifar10_caffe)
15
add_subdirectory(example_har_smartphone)
16
17
-if (ARC AND (${MLI_PLATFORM} STREQUAL EM_HS))
18
- add_subdirectory(example_face_detect)
19
-endif()
+# Example needs update
+# add_subdirectory(example_face_detect)
20
21
if (ARC AND NOT (${MLI_PLATFORM} STREQUAL EM_HS) AND (NOT "$ENV{TENSORFLOW_DIR}" STREQUAL ""))
22
add_subdirectory(tutorial_emnist_tflm)
0 commit comments