ArmNN
 26.01
Loading...
Searching...
No Matches
DescriptorsFwd.hpp
Go to the documentation of this file.
1//
2// Copyright © 2017-2024 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8namespace armnn
9{
10struct BaseDescriptor;
11
12struct ActivationDescriptor;
13struct ArgMinMaxDescriptor;
14struct BatchMatMulDescriptor;
15struct BatchNormalizationDescriptor;
16struct BatchToSpaceNdDescriptor;
17struct BroadcastToDescriptor;
18struct ChannelShuffleDescriptor;
19struct ComparisonDescriptor;
20struct Convolution2dDescriptor;
21struct Convolution3dDescriptor;
22struct DepthwiseConvolution2dDescriptor;
23struct DetectionPostProcessDescriptor;
24struct ElementwiseBinaryDescriptor;
25struct ElementwiseUnaryDescriptor;
26struct FakeQuantizationDescriptor;
27struct FillDescriptor;
28struct FullyConnectedDescriptor;
29struct FusedDescriptor;
30struct GatherDescriptor;
31struct InstanceNormalizationDescriptor;
32struct L2NormalizationDescriptor;
33struct LogicalBinaryDescriptor;
34struct LstmDescriptor;
35struct MeanDescriptor;
36struct NormalizationDescriptor;
37struct OriginsDescriptor;
38struct PadDescriptor;
39struct PermuteDescriptor;
42struct PreCompiledDescriptor;
43struct QLstmDescriptor;
44struct ReshapeDescriptor;
45struct ResizeDescriptor;
46struct ReduceDescriptor;
47struct ScatterNdDescriptor;
48struct SliceDescriptor;
49struct SoftmaxDescriptor;
50struct SpaceToBatchNdDescriptor;
51struct SpaceToDepthDescriptor;
52struct StackDescriptor;
53struct StandInDescriptor;
54struct StridedSliceDescriptor;
55struct TileDescriptor;
56struct TransposeConvolution2dDescriptor;
57struct TransposeDescriptor;
58struct ViewsDescriptor;
59
63/// MergerDescriptor is deprecated, use ConcatDescriptor instead
67
68} // namespace armnn
const armnnSerializer::Pooling3dDescriptor * Pooling3dDescriptor
const armnnSerializer::Pooling2dDescriptor * Pooling2dDescriptor
Copyright (c) 2021 ARM Limited and Contributors.
An LstmDescriptor for the LstmLayer.
An OriginsDescriptor for the ConcatLayer.
A SoftmaxDescriptor for the SoftmaxLayer.
A SpaceToDepthDescriptor for the SpaceToDepthLayer.
A ViewsDescriptor for the SplitterLayer.