ArmNN
 22.02
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 Pooling3dDescriptor;
38 struct PreCompiledDescriptor;
39 struct QLstmDescriptor;
40 struct ReshapeDescriptor;
41 struct ResizeBilinearDescriptor;
42 struct ResizeDescriptor;
43 struct ReduceDescriptor;
44 struct SliceDescriptor;
45 struct SoftmaxDescriptor;
46 struct SpaceToBatchNdDescriptor;
47 struct SpaceToDepthDescriptor;
48 struct StackDescriptor;
49 struct StandInDescriptor;
50 struct StridedSliceDescriptor;
51 struct TransposeConvolution2dDescriptor;
52 struct TransposeDescriptor;
53 struct ViewsDescriptor;
54 
58 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
62 
63 } // namespace armnn
A ViewsDescriptor for the SplitterLayer.
Copyright (c) 2021 ARM Limited and Contributors.
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
const armnnSerializer::Pooling2dDescriptor * Pooling2dDescriptor
An LstmDescriptor for the LstmLayer.
An OriginsDescriptor for the ConcatLayer.
A SoftmaxDescriptor for the SoftmaxLayer.
const armnnSerializer::Pooling3dDescriptor * Pooling3dDescriptor