aboutsummaryrefslogtreecommitdiff
path: root/1.0/ArmnnDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to '1.0/ArmnnDriver.hpp')
-rw-r--r--1.0/ArmnnDriver.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/1.0/ArmnnDriver.hpp b/1.0/ArmnnDriver.hpp
index 18e25968..97613118 100644
--- a/1.0/ArmnnDriver.hpp
+++ b/1.0/ArmnnDriver.hpp
@@ -8,6 +8,7 @@
#include <HalInterfaces.h>
#include "ArmnnDevice.hpp"
+#include "ArmnnDriverImpl.hpp"
#include "../ArmnnDriverImpl.hpp"
#include <log/log.h>
@@ -33,8 +34,8 @@ public:
{
ALOGV("V1_0::ArmnnDriver::getCapabilities()");
- return armnn_driver::ArmnnDriverImpl<HalVersion_1_0>::getCapabilities(m_Runtime,
- cb);
+ return V1_0::ArmnnDriverImpl::getCapabilities(m_Runtime,
+ cb);
}
Return<void> getSupportedOperations(