blob: a4c09a63dc45fecf428cc9c81d8a5e651bc46dd4 [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
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +01008#include <backendsCommon/test/layerTests/ActivationTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +01009#include <backendsCommon/test/layerTests/AdditionTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010010#include <backendsCommon/test/layerTests/BatchNormalizationTestImpl.hpp>
11#include <backendsCommon/test/layerTests/BatchToSpaceNdTestImpl.hpp>
12#include <backendsCommon/test/layerTests/ConcatTestImpl.hpp>
13#include <backendsCommon/test/layerTests/ConvertFp16ToFp32TestImpl.hpp>
14#include <backendsCommon/test/layerTests/ConvertFp32ToFp16TestImpl.hpp>
15#include <backendsCommon/test/layerTests/Conv2dTestImpl.hpp>
16#include <backendsCommon/test/layerTests/ConstantTestImpl.hpp>
17#include <backendsCommon/test/layerTests/DebugTestImpl.hpp>
18#include <backendsCommon/test/layerTests/DequantizeTestImpl.hpp>
19#include <backendsCommon/test/layerTests/DetectionPostProcessTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010020#include <backendsCommon/test/layerTests/DivisionTestImpl.hpp>
21#include <backendsCommon/test/layerTests/EqualTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010022#include <backendsCommon/test/layerTests/FakeQuantizationTestImpl.hpp>
23#include <backendsCommon/test/layerTests/FloorTestImpl.hpp>
24#include <backendsCommon/test/layerTests/FullyConnectedTestImpl.hpp>
25#include <backendsCommon/test/layerTests/GatherTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010026#include <backendsCommon/test/layerTests/GreaterTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010027#include <backendsCommon/test/layerTests/L2NormalizationTestImpl.hpp>
28#include <backendsCommon/test/layerTests/LstmTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010029#include <backendsCommon/test/layerTests/MaximumTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010030#include <backendsCommon/test/layerTests/MeanTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010031#include <backendsCommon/test/layerTests/MinimumTestImpl.hpp>
32#include <backendsCommon/test/layerTests/MultiplicationTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010033#include <backendsCommon/test/layerTests/NormalizationTestImpl.hpp>
34#include <backendsCommon/test/layerTests/PadTestImpl.hpp>
35#include <backendsCommon/test/layerTests/PermuteTestImpl.hpp>
36#include <backendsCommon/test/layerTests/Pooling2dTestImpl.hpp>
37#include <backendsCommon/test/layerTests/PreluTestImpl.hpp>
38#include <backendsCommon/test/layerTests/QuantizeTestImpl.hpp>
39#include <backendsCommon/test/layerTests/ReshapeTestImpl.hpp>
40#include <backendsCommon/test/layerTests/ResizeTestImpl.hpp>
41#include <backendsCommon/test/layerTests/RsqrtTestImpl.hpp>
42#include <backendsCommon/test/layerTests/SoftmaxTestImpl.hpp>
43#include <backendsCommon/test/layerTests/SpaceToBatchNdTestImpl.hpp>
44#include <backendsCommon/test/layerTests/SpaceToDepthTestImpl.hpp>
45#include <backendsCommon/test/layerTests/SplitterTestImpl.hpp>
46#include <backendsCommon/test/layerTests/StackTestImpl.hpp>
47#include <backendsCommon/test/layerTests/StridedSliceTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010048#include <backendsCommon/test/layerTests/SubtractionTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010049#include <backendsCommon/test/layerTests/TransposeConvolution2dTestImpl.hpp>