blob: c309b69d46e741a5135bd6d0c8bad99ba20b7d51 [file] [log] [blame]
Matteo Martincigh79250ab2018-09-04 16:28:10 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// See LICENSE file in the project root for full license information.
4//
5
6#pragma once
7
8#include <HalInterfaces.h>
9
10#include "../DriverOptions.hpp"
11
12#include <armnn/ArmNN.hpp>
13
14namespace armnn_driver
15{
16namespace V1_1
17{
18
19class ArmnnDriverImpl
20{
21public:
22 static Return<void> getCapabilities_1_1(
23 const armnn::IRuntimePtr& runtime,
24 ::android::hardware::neuralnetworks::V1_1::IDevice::getCapabilities_1_1_cb cb);
25};
26
27} // namespace armnn_driver::V1_1
28} // namespace armnn_driver