aboutsummaryrefslogtreecommitdiff
path: root/1.0/ArmnnDriverImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to '1.0/ArmnnDriverImpl.hpp')
-rw-r--r--1.0/ArmnnDriverImpl.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/1.0/ArmnnDriverImpl.hpp b/1.0/ArmnnDriverImpl.hpp
index a6af74d1..7f033e05 100644
--- a/1.0/ArmnnDriverImpl.hpp
+++ b/1.0/ArmnnDriverImpl.hpp
@@ -11,18 +11,18 @@
#include <armnn/ArmNN.hpp>
+namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
+
namespace armnn_driver
{
-namespace V1_0
+namespace hal_1_0
{
class ArmnnDriverImpl
{
public:
- static Return<void> getCapabilities(
- const armnn::IRuntimePtr& runtime,
- ::android::hardware::neuralnetworks::V1_0::IDevice::getCapabilities_cb cb);
+ static Return<void> getCapabilities(const armnn::IRuntimePtr& runtime, V1_0::IDevice::getCapabilities_cb cb);
};
-} // namespace armnn_driver::V1_0
+} // namespace hal_1_0
} // namespace armnn_driver