blob: bdb25854cbffca9fd5b0c87cdd508f13ea310599 [file] [log] [blame]
Matteo Martincigh79250ab2018-09-04 16:28:10 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beck93e48982018-09-05 13:05:09 +01003// SPDX-License-Identifier: MIT
Matteo Martincigh79250ab2018-09-04 16:28:10 +01004//
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