ArmNN
 22.08
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 ResizeBilinearDescriptor;
43 struct ResizeDescriptor;
44 struct ReduceDescriptor;
45 struct SliceDescriptor;
46 struct SoftmaxDescriptor;
47 struct SpaceToBatchNdDescriptor;
48 struct SpaceToDepthDescriptor;
49 struct StackDescriptor;
50 struct StandInDescriptor;
51 struct StridedSliceDescriptor;
52 struct TransposeConvolution2dDescriptor;
53 struct TransposeDescriptor;
54 struct ViewsDescriptor;
55 
59 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
63 
64 } // 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