summaryrefslogtreecommitdiff
path: root/source/use_case/inference_runner/src/MainLoop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'source/use_case/inference_runner/src/MainLoop.cc')
-rw-r--r--source/use_case/inference_runner/src/MainLoop.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/use_case/inference_runner/src/MainLoop.cc b/source/use_case/inference_runner/src/MainLoop.cc
index 0991b7b..28b5c0a 100644
--- a/source/use_case/inference_runner/src/MainLoop.cc
+++ b/source/use_case/inference_runner/src/MainLoop.cc
@@ -69,14 +69,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;