ArmNN
 21.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 BatchNormalizationDescriptor;
15 struct BatchToSpaceNdDescriptor;
16 struct ComparisonDescriptor;
17 struct Convolution2dDescriptor;
18 struct DepthwiseConvolution2dDescriptor;
19 struct DetectionPostProcessDescriptor;
20 struct ElementwiseUnaryDescriptor;
21 struct FakeQuantizationDescriptor;
22 struct FillDescriptor;
23 struct FullyConnectedDescriptor;
24 struct GatherDescriptor;
25 struct InstanceNormalizationDescriptor;
26 struct L2NormalizationDescriptor;
27 struct LogicalBinaryDescriptor;
28 struct LstmDescriptor;
29 struct MeanDescriptor;
30 struct NormalizationDescriptor;
31 struct OriginsDescriptor;
32 struct PadDescriptor;
33 struct PermuteDescriptor;
34 struct Pooling2dDescriptor;
35 struct PreCompiledDescriptor;
36 struct QLstmDescriptor;
37 struct ReshapeDescriptor;
38 struct ResizeBilinearDescriptor;
39 struct ResizeDescriptor;
40 struct ReduceDescriptor;
41 struct SoftmaxDescriptor;
42 struct SpaceToBatchNdDescriptor;
43 struct SpaceToDepthDescriptor;
44 struct SliceDescriptor;
45 struct StackDescriptor;
46 struct StandInDescriptor;
47 struct StridedSliceDescriptor;
48 struct TransposeConvolution2dDescriptor;
49 struct TransposeDescriptor;
50 struct ViewsDescriptor;
51 
55 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
58 
59 } // namespace armnn
A ViewsDescriptor for the SplitterLayer.
Copyright (c) 2021 ARM Limited and Contributors.
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
An OriginsDescriptor for the ConcatLayer.
A SoftmaxDescriptor for the SoftmaxLayer.