ArmNN
 20.05
DescriptorsFwd.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. 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 FullyConnectedDescriptor;
22 struct InstanceNormalizationDescriptor;
23 struct L2NormalizationDescriptor;
24 struct LstmDescriptor;
25 struct MeanDescriptor;
26 struct NormalizationDescriptor;
27 struct OriginsDescriptor;
28 struct PadDescriptor;
29 struct PermuteDescriptor;
30 struct Pooling2dDescriptor;
31 struct PreCompiledDescriptor;
32 struct QLstmDescriptor;
33 struct ReshapeDescriptor;
34 struct ResizeBilinearDescriptor;
35 struct ResizeDescriptor;
36 struct SoftmaxDescriptor;
37 struct SpaceToBatchNdDescriptor;
38 struct SpaceToDepthDescriptor;
39 struct SliceDescriptor;
40 struct StackDescriptor;
41 struct StandInDescriptor;
42 struct StridedSliceDescriptor;
43 struct TransposeConvolution2dDescriptor;
44 struct TransposeDescriptor;
45 struct ViewsDescriptor;
46 
50 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
53 
54 } // 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.