blob: 9fbd81b3267ad5159995bf93d55720916de2af95 [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{
9
10struct QueueDescriptor;
11template <typename LayerDescriptor>
12struct QueueDescriptorWithParameters;
13struct SoftmaxQueueDescriptor;
14struct SplitterQueueDescriptor;
15struct MergerQueueDescriptor;
16struct ActivationQueueDescriptor;
17struct FullyConnectedQueueDescriptor;
18struct PermuteQueueDescriptor;
19struct Pooling2dQueueDescriptor;
20struct Convolution2dQueueDescriptor;
21struct NormalizationQueueDescriptor;
22struct MultiplicationQueueDescriptor;
23struct BatchNormalizationQueueDescriptor;
24struct FakeQuantizationQueueDescriptor;
25struct ReshapeQueueDescriptor;
Matteo Martincigh49124022019-01-11 13:25:59 +000026struct PreCompiledQueueDescriptor;
telsoa014fcda012018-03-09 14:13:49 +000027
Matteo Martincigh49124022019-01-11 13:25:59 +000028} // namespace armnn