blob: 97c5e6eda67c522938f94f2529597827d135a46d [file] [log] [blame]
telsoa014fcda012018-03-09 14:13:49 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa014fcda012018-03-09 14:13:49 +00004//
5#pragma once
6
7namespace armnn
8{
telsoa01c577f2c2018-08-31 09:22:23 +01009struct LstmInputParams;
telsoa014fcda012018-03-09 14:13:49 +000010class INetwork;
11class IOptimizedNetwork;
12class Graph;
13class IInputSlot;
14class IOutputSlot;
15class IConnectableLayer;
16class IDataLayer;
telsoa01c577f2c2018-08-31 09:22:23 +010017}