blob: bf2ef6abb6c4e2b6110765f65a39c8cf1aeb931b [file] [log] [blame]
telsoa014fcda012018-03-09 14:13:49 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa014fcda012018-03-09 14:13:49 +00004//
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +01005
telsoa014fcda012018-03-09 14:13:49 +00006#pragma once
7
Sadik Armagan9199e582019-09-05 17:35:31 +01008#include <backendsCommon/test/layerTests/AbsTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +01009#include <backendsCommon/test/layerTests/ActivationTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010010#include <backendsCommon/test/layerTests/AdditionTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010011#include <backendsCommon/test/layerTests/BatchNormalizationTestImpl.hpp>
12#include <backendsCommon/test/layerTests/BatchToSpaceNdTestImpl.hpp>
13#include <backendsCommon/test/layerTests/ConcatTestImpl.hpp>
14#include <backendsCommon/test/layerTests/ConvertFp16ToFp32TestImpl.hpp>
15#include <backendsCommon/test/layerTests/ConvertFp32ToFp16TestImpl.hpp>
16#include <backendsCommon/test/layerTests/Conv2dTestImpl.hpp>
17#include <backendsCommon/test/layerTests/ConstantTestImpl.hpp>
18#include <backendsCommon/test/layerTests/DebugTestImpl.hpp>
19#include <backendsCommon/test/layerTests/DequantizeTestImpl.hpp>
20#include <backendsCommon/test/layerTests/DetectionPostProcessTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010021#include <backendsCommon/test/layerTests/DivisionTestImpl.hpp>
22#include <backendsCommon/test/layerTests/EqualTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010023#include <backendsCommon/test/layerTests/FakeQuantizationTestImpl.hpp>
24#include <backendsCommon/test/layerTests/FloorTestImpl.hpp>
25#include <backendsCommon/test/layerTests/FullyConnectedTestImpl.hpp>
26#include <backendsCommon/test/layerTests/GatherTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010027#include <backendsCommon/test/layerTests/GreaterTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010028#include <backendsCommon/test/layerTests/L2NormalizationTestImpl.hpp>
29#include <backendsCommon/test/layerTests/LstmTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010030#include <backendsCommon/test/layerTests/MaximumTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010031#include <backendsCommon/test/layerTests/MeanTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010032#include <backendsCommon/test/layerTests/MinimumTestImpl.hpp>
33#include <backendsCommon/test/layerTests/MultiplicationTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010034#include <backendsCommon/test/layerTests/NormalizationTestImpl.hpp>
35#include <backendsCommon/test/layerTests/PadTestImpl.hpp>
36#include <backendsCommon/test/layerTests/PermuteTestImpl.hpp>
37#include <backendsCommon/test/layerTests/Pooling2dTestImpl.hpp>
38#include <backendsCommon/test/layerTests/PreluTestImpl.hpp>
39#include <backendsCommon/test/layerTests/QuantizeTestImpl.hpp>
40#include <backendsCommon/test/layerTests/ReshapeTestImpl.hpp>
41#include <backendsCommon/test/layerTests/ResizeTestImpl.hpp>
42#include <backendsCommon/test/layerTests/RsqrtTestImpl.hpp>
43#include <backendsCommon/test/layerTests/SoftmaxTestImpl.hpp>
44#include <backendsCommon/test/layerTests/SpaceToBatchNdTestImpl.hpp>
45#include <backendsCommon/test/layerTests/SpaceToDepthTestImpl.hpp>
46#include <backendsCommon/test/layerTests/SplitterTestImpl.hpp>
47#include <backendsCommon/test/layerTests/StackTestImpl.hpp>
48#include <backendsCommon/test/layerTests/StridedSliceTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010049#include <backendsCommon/test/layerTests/SubtractionTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010050#include <backendsCommon/test/layerTests/TransposeConvolution2dTestImpl.hpp>