ArmNN
 21.11
DescriptorsFwd.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnn
9 {
10 struct BaseDescriptor;
11 
12 struct ActivationDescriptor;
13 struct ArgMinMaxDescriptor;
14 struct BatchNormalizationDescriptor;
15 struct BatchToSpaceNdDescriptor;
16 struct ChannelShuffleDescriptor;
17 struct ComparisonDescriptor;
18 struct Convolution2dDescriptor;
19 struct Convolution3dDescriptor;
20 struct DepthwiseConvolution2dDescriptor;
21 struct DetectionPostProcessDescriptor;
22 struct ElementwiseUnaryDescriptor;
23 struct FakeQuantizationDescriptor;
24 struct FillDescriptor;
25 struct FullyConnectedDescriptor;
26 struct GatherDescriptor;
27 struct InstanceNormalizationDescriptor;
28 struct L2NormalizationDescriptor;
29 struct LogicalBinaryDescriptor;
30 struct LstmDescriptor;
31 struct MeanDescriptor;
32 struct NormalizationDescriptor;
33 struct OriginsDescriptor;
34 struct PadDescriptor;
35 struct PermuteDescriptor;
36 struct Pooling2dDescriptor;
37 struct PreCompiledDescriptor;
38 struct QLstmDescriptor;
39 struct ReshapeDescriptor;
40 struct ResizeBilinearDescriptor;
41 struct ResizeDescriptor;
42 struct ReduceDescriptor;
43 struct SliceDescriptor;
44 struct SoftmaxDescriptor;
45 struct SpaceToBatchNdDescriptor;
46 struct SpaceToDepthDescriptor;
47 struct StackDescriptor;
48 struct StandInDescriptor;
49 struct StridedSliceDescriptor;
50 struct TransposeConvolution2dDescriptor;
51 struct TransposeDescriptor;
52 struct ViewsDescriptor;
53 
57 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
61 
62 } // namespace armnn
A ViewsDescriptor for the SplitterLayer.
Copyright (c) 2021 ARM Limited and Contributors.
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
An LstmDescriptor for the LstmLayer.
An OriginsDescriptor for the ConcatLayer.
A SoftmaxDescriptor for the SoftmaxLayer.