aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/WorkloadDataFwd.hpp
blob: abee3166f4bc796b6d0fb992383306e36759c903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

namespace armnn
{

struct QueueDescriptor;
template <typename LayerDescriptor>
struct QueueDescriptorWithParameters;
struct SoftmaxQueueDescriptor;
struct SplitterQueueDescriptor;
struct ConcatQueueDescriptor;
struct ActivationQueueDescriptor;
struct FullyConnectedQueueDescriptor;
struct PermuteQueueDescriptor;
struct Pooling2dQueueDescriptor;
struct Convolution2dQueueDescriptor;
struct NormalizationQueueDescriptor;
struct MultiplicationQueueDescriptor;
struct BatchNormalizationQueueDescriptor;
struct FakeQuantizationQueueDescriptor;
struct ReshapeQueueDescriptor;
struct PreCompiledQueueDescriptor;

} // namespace armnn