blob: abee3166f4bc796b6d0fb992383306e36759c903 [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;
Jim Flynne242f2d2019-05-22 14:24:13 +010015struct ConcatQueueDescriptor;
telsoa014fcda012018-03-09 14:13:49 +000016struct 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