aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/NetworkFwd.hpp
blob: 56aedaf8d41dcc6bf74d21e69e84e245bde807d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once

namespace armnn
{
struct LstmInputParams;
class INetwork;
class IOptimizedNetwork;
class Graph;
class IInputSlot;
class IOutputSlot;
class IConnectableLayer;
class IDataLayer;
}