ArmNN
 23.08
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 ChannelShuffleDescriptor;
18 struct ComparisonDescriptor;
19 struct Convolution2dDescriptor;
20 struct Convolution3dDescriptor;
21 struct DepthwiseConvolution2dDescriptor;
22 struct DetectionPostProcessDescriptor;
23 struct ElementwiseBinaryDescriptor;
24 struct ElementwiseUnaryDescriptor;
25 struct FakeQuantizationDescriptor;
26 struct FillDescriptor;
27 struct FullyConnectedDescriptor;
28 struct GatherDescriptor;
29 struct InstanceNormalizationDescriptor;
30 struct L2NormalizationDescriptor;
31 struct LogicalBinaryDescriptor;
32 struct LstmDescriptor;
33 struct MeanDescriptor;
34 struct NormalizationDescriptor;
35 struct OriginsDescriptor;
36 struct PadDescriptor;
37 struct PermuteDescriptor;
38 struct Pooling2dDescriptor;
39 struct Pooling3dDescriptor;
40 struct PreCompiledDescriptor;
41 struct QLstmDescriptor;
42 struct ReshapeDescriptor;
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 TileDescriptor;
53 struct TransposeConvolution2dDescriptor;
54 struct TransposeDescriptor;
55 struct ViewsDescriptor;
56 
60 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
64 
65 } // namespace armnn
armnn::ViewsDescriptor
A ViewsDescriptor for the SplitterLayer.
Definition: Descriptors.hpp:244
armnn::LstmDescriptor
An LstmDescriptor for the LstmLayer.
Definition: Descriptors.hpp:1081
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:1054
armnnDeserializer::Pooling2dDescriptor
const armnnSerializer::Pooling2dDescriptor * Pooling2dDescriptor
Definition: Deserializer.hpp:21