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

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