ArmNN
 22.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 BatchMatMulDescriptor;
15 struct BatchNormalizationDescriptor;
16 struct BatchToSpaceNdDescriptor;
17 struct ChannelShuffleDescriptor;
18 struct ComparisonDescriptor;
19 struct Convolution2dDescriptor;
20 struct Convolution3dDescriptor;
21 struct DepthwiseConvolution2dDescriptor;
22 struct DetectionPostProcessDescriptor;
23 struct ElementwiseUnaryDescriptor;
24 struct FakeQuantizationDescriptor;
25 struct FillDescriptor;
26 struct FullyConnectedDescriptor;
27 struct GatherDescriptor;
28 struct InstanceNormalizationDescriptor;
29 struct L2NormalizationDescriptor;
30 struct LogicalBinaryDescriptor;
31 struct LstmDescriptor;
32 struct MeanDescriptor;
33 struct NormalizationDescriptor;
34 struct OriginsDescriptor;
35 struct PadDescriptor;
36 struct PermuteDescriptor;
37 struct Pooling2dDescriptor;
38 struct Pooling3dDescriptor;
39 struct PreCompiledDescriptor;
40 struct QLstmDescriptor;
41 struct ReshapeDescriptor;
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