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

namespace armnn
{

class BindableLayer;
class Layer;

}