From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_descriptors_fwd_8hpp_source.xhtml | 118 +++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 20.02/_descriptors_fwd_8hpp_source.xhtml (limited to '20.02/_descriptors_fwd_8hpp_source.xhtml') diff --git a/20.02/_descriptors_fwd_8hpp_source.xhtml b/20.02/_descriptors_fwd_8hpp_source.xhtml new file mode 100644 index 0000000000..d2282fa7c3 --- /dev/null +++ b/20.02/_descriptors_fwd_8hpp_source.xhtml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/DescriptorsFwd.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + 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.
+
+
+ + + + -- cgit v1.2.1