ArmNN
 23.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 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
armnnDeserializer::Pooling3dDescriptor
const armnnSerializer::Pooling3dDescriptor * Pooling3dDescriptor
Definition: Deserializer.hpp:22
armnn::SoftmaxDescriptor
A SoftmaxDescriptor for the SoftmaxLayer.
Definition: Descriptors.hpp:157
armnn::LstmDescriptor
An LstmDescriptor for the LstmLayer.
Definition: Descriptors.hpp:1049
armnn::ViewsDescriptor
A ViewsDescriptor for the SplitterLayer.
Definition: Descriptors.hpp:224
armnnDeserializer::Pooling2dDescriptor
const armnnSerializer::Pooling2dDescriptor * Pooling2dDescriptor
Definition: Deserializer.hpp:21
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition: 01_00_quick_start.dox:6
armnn::SpaceToDepthDescriptor
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
Definition: Descriptors.hpp:1022
armnn::OriginsDescriptor
An OriginsDescriptor for the ConcatLayer.
Definition: Descriptors.hpp:181