aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/graph_shufflenet.cpp (renamed from examples/graph_cl_shufflenet.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_cl_shufflenet.cpp b/examples/graph_shufflenet.cpp
index 0db34d6123..af8d11beb9 100644
--- a/examples/graph_cl_shufflenet.cpp
+++ b/examples/graph_shufflenet.cpp
@@ -62,7 +62,7 @@ public:
// Checks
ARM_COMPUTE_EXIT_ON_MSG(arm_compute::is_data_type_quantized_asymmetric(common_params.data_type), "QASYMM8 not supported for this graph");
- ARM_COMPUTE_EXIT_ON_MSG(common_params.target != Target::CL, "Only CL backend is supported for this network");
+ ARM_COMPUTE_EXIT_ON_MSG(common_params.data_type == DataType::F16 && common_params.target == Target::NEON, "F16 NEON not supported for this graph");
// Print parameter values
std::cout << common_params << std::endl;