summaryrefslogtreecommitdiff
path: root/source/use_case/asr/src/MainLoop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'source/use_case/asr/src/MainLoop.cc')
-rw-r--r--source/use_case/asr/src/MainLoop.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/use_case/asr/src/MainLoop.cc b/source/use_case/asr/src/MainLoop.cc
index 7acd319..354d1f7 100644
--- a/source/use_case/asr/src/MainLoop.cc
+++ b/source/use_case/asr/src/MainLoop.cc
@@ -75,14 +75,6 @@ void main_loop()
return;
}
-#if !defined(ARM_NPU)
- /* If it is not a NPU build check if the model contains a NPU operator */
- if (model.ContainsEthosUOperator()) {
- printf_err("No driver support for Ethos-U operator found in the model.\n");
- return;
- }
-#endif /* ARM_NPU */
-
/* Instantiate application context. */
arm::app::ApplicationContext caseContext;
std::vector <std::string> labels;