From 8b287c23f5141102555ba869a34397ec720a3e4f Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 7 Sep 2018 09:25:10 +0100 Subject: IVGCVSW-1806 More Android NN Driver refactoring * Changed #if defined to #ifdef * Simplified the Android ML namespace resolution * Fixed the relative path in some include directives Change-Id: I46e46faff98559c8042c1a4b8b82007f462df57d --- ModelToINetworkConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ModelToINetworkConverter.cpp') diff --git a/ModelToINetworkConverter.cpp b/ModelToINetworkConverter.cpp index 1a632805..8bf84e94 100644 --- a/ModelToINetworkConverter.cpp +++ b/ModelToINetworkConverter.cpp @@ -167,7 +167,7 @@ bool ModelToINetworkConverter::IsOperationSupported(uint32_t operatio template class ModelToINetworkConverter; -#if defined(ARMNN_ANDROID_NN_V1_1) +#ifdef ARMNN_ANDROID_NN_V1_1 template class ModelToINetworkConverter; #endif -- cgit v1.2.1