From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- 23.11/_descriptors_fwd_8hpp_source.html | 186 ++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 23.11/_descriptors_fwd_8hpp_source.html (limited to '23.11/_descriptors_fwd_8hpp_source.html') diff --git a/23.11/_descriptors_fwd_8hpp_source.html b/23.11/_descriptors_fwd_8hpp_source.html new file mode 100644 index 0000000000..c5175ca995 --- /dev/null +++ b/23.11/_descriptors_fwd_8hpp_source.html @@ -0,0 +1,186 @@ + + + + + + + + +Arm NN: include/armnn/DescriptorsFwd.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
DescriptorsFwd.hpp
+
+
+Go to the documentation of this file.
1 //
+
2 // Copyright © 2017-2023 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 BroadcastToDescriptor;
+
18 struct ChannelShuffleDescriptor;
+
19 struct ComparisonDescriptor;
+
20 struct Convolution2dDescriptor;
+
21 struct Convolution3dDescriptor;
+
22 struct DepthwiseConvolution2dDescriptor;
+
23 struct DetectionPostProcessDescriptor;
+
24 struct ElementwiseBinaryDescriptor;
+
25 struct ElementwiseUnaryDescriptor;
+
26 struct FakeQuantizationDescriptor;
+
27 struct FillDescriptor;
+
28 struct FullyConnectedDescriptor;
+
29 struct FusedDescriptor;
+
30 struct GatherDescriptor;
+
31 struct InstanceNormalizationDescriptor;
+
32 struct L2NormalizationDescriptor;
+
33 struct LogicalBinaryDescriptor;
+
34 struct LstmDescriptor;
+
35 struct MeanDescriptor;
+
36 struct NormalizationDescriptor;
+
37 struct OriginsDescriptor;
+
38 struct PadDescriptor;
+
39 struct PermuteDescriptor;
+
40 struct Pooling2dDescriptor;
+
41 struct Pooling3dDescriptor;
+
42 struct PreCompiledDescriptor;
+
43 struct QLstmDescriptor;
+
44 struct ReshapeDescriptor;
+
45 struct ResizeDescriptor;
+
46 struct ReduceDescriptor;
+
47 struct SliceDescriptor;
+
48 struct SoftmaxDescriptor;
+
49 struct SpaceToBatchNdDescriptor;
+
50 struct SpaceToDepthDescriptor;
+
51 struct StackDescriptor;
+
52 struct StandInDescriptor;
+
53 struct StridedSliceDescriptor;
+
54 struct TileDescriptor;
+
55 struct TransposeConvolution2dDescriptor;
+
56 struct TransposeDescriptor;
+
57 struct ViewsDescriptor;
+
58 
+ + + +
62 /// MergerDescriptor is deprecated, use ConcatDescriptor instead
+ + + +
66 
+
67 } // namespace armnn
+
+
+
A ViewsDescriptor for the SplitterLayer.
+
An LstmDescriptor for the LstmLayer.
+
const armnnSerializer::Pooling3dDescriptor * Pooling3dDescriptor
+
An OriginsDescriptor for the ConcatLayer.
+
Copyright (c) 2021 ARM Limited and Contributors.
+
A SoftmaxDescriptor for the SoftmaxLayer.
+
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
+
const armnnSerializer::Pooling2dDescriptor * Pooling2dDescriptor
+ + + + -- cgit v1.2.1