ArmNN
 23.11
DescriptorsFwd.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017-2023 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 BroadcastToDescriptor;
18 struct ChannelShuffleDescriptor;
19 struct ComparisonDescriptor;
20 struct Convolution2dDescriptor;
21 struct Convolution3dDescriptor;
22 struct DepthwiseConvolution2dDescriptor;
23 struct DetectionPostProcessDescriptor;
24 struct ElementwiseBinaryDescriptor;
25 struct ElementwiseUnaryDescriptor;
26 struct FakeQuantizationDescriptor;
27 struct FillDescriptor;
28 struct FullyConnectedDescriptor;
29 struct FusedDescriptor;
30 struct GatherDescriptor;
31 struct InstanceNormalizationDescriptor;
32 struct L2NormalizationDescriptor;
33 struct LogicalBinaryDescriptor;
34 struct LstmDescriptor;
35 struct MeanDescriptor;
36 struct NormalizationDescriptor;
37 struct OriginsDescriptor;
38 struct PadDescriptor;
39 struct PermuteDescriptor;
40 struct Pooling2dDescriptor;
41 struct Pooling3dDescriptor;
42 struct PreCompiledDescriptor;
43 struct QLstmDescriptor;
44 struct ReshapeDescriptor;
45 struct ResizeDescriptor;
46 struct ReduceDescriptor;
47 struct SliceDescriptor;
48 struct SoftmaxDescriptor;
49 struct SpaceToBatchNdDescriptor;
50 struct SpaceToDepthDescriptor;
51 struct StackDescriptor;
52 struct StandInDescriptor;
53 struct StridedSliceDescriptor;
54 struct TileDescriptor;
55 struct TransposeConvolution2dDescriptor;
56 struct TransposeDescriptor;
57 struct ViewsDescriptor;
58 
62 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
66 
67 } // namespace armnn
armnn::ViewsDescriptor
A ViewsDescriptor for the SplitterLayer.
Definition: Descriptors.hpp:244
armnn::LstmDescriptor
An LstmDescriptor for the LstmLayer.
Definition: Descriptors.hpp:1102
armnnDeserializer::Pooling3dDescriptor
const armnnSerializer::Pooling3dDescriptor * Pooling3dDescriptor
Definition: Deserializer.hpp:22
armnn::OriginsDescriptor
An OriginsDescriptor for the ConcatLayer.
Definition: Descriptors.hpp:201
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition: 01_00_quick_start.dox:6
armnn::SoftmaxDescriptor
A SoftmaxDescriptor for the SoftmaxLayer.
Definition: Descriptors.hpp:177
armnn::SpaceToDepthDescriptor
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
Definition: Descriptors.hpp:1075
armnnDeserializer::Pooling2dDescriptor
const armnnSerializer::Pooling2dDescriptor * Pooling2dDescriptor
Definition: Deserializer.hpp:21