blob: 619839eb643335a724f229db6b10ec6afa23aa23 [file] [log] [blame]
Laurent Carlier749294b2020-06-01 09:03:17 +01001//
telsoa014fcda012018-03-09 14:13:49 +00002// 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;
James Conroyee18dc82019-07-17 11:27:46 +010010struct QuantizedLstmInputParams;
telsoa014fcda012018-03-09 14:13:49 +000011class INetwork;
12class IOptimizedNetwork;
13class Graph;
14class IInputSlot;
15class IOutputSlot;
16class IConnectableLayer;
17class IDataLayer;
telsoa01c577f2c2018-08-31 09:22:23 +010018}