From 14a25f0df272498f2ba55c11ac337e73cef5bd33 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 27 Aug 2019 16:41:11 +0100 Subject: IVGCVSW-3656 Rename ARMCOMPUTEREF to ARMNNREF * Renamed ARMCOMPUTEREF to ARMNNREF (and relative symbols) as the previous name was misleading !android-nn-driver:1822 Change-Id: I912e9f521750b91539e48f8a2fb4de73fb6f7425 Signed-off-by: Matteo Martincigh --- src/armnn/test/ProfilerTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/test') diff --git a/src/armnn/test/ProfilerTests.cpp b/src/armnn/test/ProfilerTests.cpp index 9290e69c96..b80aedb801 100644 --- a/src/armnn/test/ProfilerTests.cpp +++ b/src/armnn/test/ProfilerTests.cpp @@ -158,7 +158,7 @@ BOOST_AUTO_TEST_CASE(ProfilingMacros) profiler->EnableProfiling(false); } -#if defined(ARMCOMPUTEREF_ENABLED) +#if defined(ARMNNREF_ENABLED) // This test unit needs the reference backend, it's not available if the reference backend is not built -- cgit v1.2.1