ArmNN
 20.05
RefWorkloads.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 #include "Activation.hpp"
9 #include "ArgMinMax.hpp"
10 #include "BatchNormImpl.hpp"
11 #include "ConvImpl.hpp"
12 #include "Concatenate.hpp"
13 #include "ElementwiseFunction.hpp"
14 #include "FullyConnected.hpp"
15 #include "Gather.hpp"
16 #include "Pooling2d.hpp"
18 #include "RefArgMinMaxWorkload.hpp"
23 #include "RefConstantWorkload.hpp"
24 #include "RefConcatWorkload.hpp"
29 #include "RefDebugWorkload.hpp"
38 #include "RefFloorWorkload.hpp"
40 #include "RefGatherWorkload.hpp"
44 #include "RefLstmWorkload.hpp"
45 #include "RefMeanWorkload.hpp"
47 #include "RefPooling2dWorkload.hpp"
48 #include "RefPermuteWorkload.hpp"
49 #include "RefPadWorkload.hpp"
50 #include "RefPreluWorkload.hpp"
51 #include "RefQLstmWorkload.hpp"
52 #include "RefQuantizeWorkload.hpp"
53 #include "RefReshapeWorkload.hpp"
55 #include "RefResizeWorkload.hpp"
56 #include "RefSliceWorkload.hpp"
57 #include "RefSplitterWorkload.hpp"
58 #include "RefSoftmaxWorkload.hpp"
60 #include "RefStackWorkload.hpp"
64 #include "RefTransposeWorkload.hpp"
65 #include "RefWorkloadUtils.hpp"
66 #include "Resize.hpp"
67 #include "Softmax.hpp"
68 #include "Splitter.hpp"