ArmNN
 20.02
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 ReshapeDescriptor;
33 struct ResizeBilinearDescriptor;
34 struct ResizeDescriptor;
35 struct SoftmaxDescriptor;
36 struct SpaceToBatchNdDescriptor;
37 struct SpaceToDepthDescriptor;
38 struct SliceDescriptor;
39 struct StackDescriptor;
40 struct StandInDescriptor;
41 struct StridedSliceDescriptor;
42 struct TransposeConvolution2dDescriptor;
43 struct TransposeDescriptor;
44 struct ViewsDescriptor;
45 
49 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
52 
53 } // 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.