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 a1426f0 commit 537f4bfCopy full SHA for 537f4bf
examples/CMakeLists.txt
@@ -18,6 +18,6 @@ if (ARC AND (${MLI_PLATFORM} STREQUAL EM_HS))
18
add_subdirectory(example_face_detect)
19
endif()
20
21
-if (ARC AND NOT (${MLI_PLATFORM} STREQUAL EM_HS))
+if (ARC AND NOT (${MLI_PLATFORM} STREQUAL EM_HS) AND (NOT "$ENV{TENSORFLOW_DIR}" STREQUAL ""))
22
add_subdirectory(tutorial_emnist_tflm)
23
-endif()
+endif()
0 commit comments