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