blob: 9ae20e0ce1321937c88b4f34d2af3d2d2c05992a [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;
26
27} // namespace armnn