blob: 7182cb2d479690fdfafe6dcf95b7dd1bd82df9e7 [file] [log] [blame]
Laurent Carlier749294b2020-06-01 09:03:17 +01001//
John Mcloughlin0ec00872023-05-15 17:03:49 +01002// Copyright © 2017, 2023 Arm Ltd and Contributors. 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>
Nikhil Raj68c2c902019-09-19 11:21:11 +010011#include <backendsCommon/test/layerTests/ArgMinMaxTestImpl.hpp>
Samuel Yap6b478092022-07-06 15:36:03 +010012#include <backendsCommon/test/layerTests/BatchMatMulTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010013#include <backendsCommon/test/layerTests/BatchNormalizationTestImpl.hpp>
14#include <backendsCommon/test/layerTests/BatchToSpaceNdTestImpl.hpp>
mathad01b392e982021-04-07 12:07:30 +010015#include <backendsCommon/test/layerTests/CastTestImpl.hpp>
Simon Obute51f67772021-09-03 15:50:13 +010016#include <backendsCommon/test/layerTests/ChannelShuffleTestImpl.hpp>
Aron Virginas-Tar3bc00ec2019-10-18 15:42:58 +010017#include <backendsCommon/test/layerTests/ComparisonTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010018#include <backendsCommon/test/layerTests/ConcatTestImpl.hpp>
19#include <backendsCommon/test/layerTests/ConvertFp16ToFp32TestImpl.hpp>
20#include <backendsCommon/test/layerTests/ConvertFp32ToFp16TestImpl.hpp>
21#include <backendsCommon/test/layerTests/Conv2dTestImpl.hpp>
Matthew Sloyanb63a3112021-09-08 13:05:51 +010022#include <backendsCommon/test/layerTests/Conv3dTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010023#include <backendsCommon/test/layerTests/ConstantTestImpl.hpp>
24#include <backendsCommon/test/layerTests/DebugTestImpl.hpp>
Aron Virginas-Tar73f66422019-09-23 19:11:59 +010025#include <backendsCommon/test/layerTests/DepthToSpaceTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010026#include <backendsCommon/test/layerTests/DequantizeTestImpl.hpp>
27#include <backendsCommon/test/layerTests/DetectionPostProcessTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010028#include <backendsCommon/test/layerTests/DivisionTestImpl.hpp>
josh minor4a3c6102020-01-06 16:40:46 -060029#include <backendsCommon/test/layerTests/ElementwiseUnaryTestImpl.hpp>
Sadik Armagan9fabf432020-05-27 13:40:58 +010030#include <backendsCommon/test/layerTests/ExpTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010031#include <backendsCommon/test/layerTests/FakeQuantizationTestImpl.hpp>
Ryan OSheaf4bfa6a2020-06-10 11:33:37 +010032#include <backendsCommon/test/layerTests/FillTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010033#include <backendsCommon/test/layerTests/FloorTestImpl.hpp>
34#include <backendsCommon/test/layerTests/FullyConnectedTestImpl.hpp>
Teresa Charlinb2d3ec52022-04-12 22:07:09 +010035#include <backendsCommon/test/layerTests/GatherNdTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010036#include <backendsCommon/test/layerTests/GatherTestImpl.hpp>
Aron Virginas-Tar8168f402019-10-04 13:10:16 +010037#include <backendsCommon/test/layerTests/InstanceNormalizationTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010038#include <backendsCommon/test/layerTests/L2NormalizationTestImpl.hpp>
Teresa Charlin50de4fa2021-05-31 18:47:33 +010039#include <backendsCommon/test/layerTests/LogTestImpl.hpp>
James Conroyaba90cd2020-11-06 16:28:18 +000040#include <backendsCommon/test/layerTests/LogicalTestImpl.hpp>
Aron Virginas-Tare662a942019-10-14 15:12:00 +010041#include <backendsCommon/test/layerTests/LogSoftmaxTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010042#include <backendsCommon/test/layerTests/LstmTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010043#include <backendsCommon/test/layerTests/MaximumTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010044#include <backendsCommon/test/layerTests/MeanTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010045#include <backendsCommon/test/layerTests/MinimumTestImpl.hpp>
Matthew Sloyan2e5d0b22021-10-21 14:05:31 +010046#include <backendsCommon/test/layerTests/MirrorPadTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010047#include <backendsCommon/test/layerTests/MultiplicationTestImpl.hpp>
Sadik Armaganac472102020-03-24 09:54:36 +000048#include <backendsCommon/test/layerTests/NegTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010049#include <backendsCommon/test/layerTests/NormalizationTestImpl.hpp>
50#include <backendsCommon/test/layerTests/PadTestImpl.hpp>
51#include <backendsCommon/test/layerTests/PermuteTestImpl.hpp>
52#include <backendsCommon/test/layerTests/Pooling2dTestImpl.hpp>
Tamás Nyíri7b885b32021-10-26 14:47:57 +010053#include <backendsCommon/test/layerTests/Pooling3dTestImpl.hpp>
John Mcloughlin0ec00872023-05-15 17:03:49 +010054#include <backendsCommon/test/layerTests/PowerTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010055#include <backendsCommon/test/layerTests/PreluTestImpl.hpp>
56#include <backendsCommon/test/layerTests/QuantizeTestImpl.hpp>
Finn Williams2605b232020-06-10 15:53:46 +010057#include <backendsCommon/test/layerTests/RankTestImpl.hpp>
Sadik Armagana2747482021-02-09 10:28:54 +000058#include <backendsCommon/test/layerTests/ReductionTestImpl.hpp>
Teresa Charlin4e3e8312021-08-05 12:34:37 +010059#include <backendsCommon/test/layerTests/ReduceProdTestImpl.hpp>
Sadik Armagan0c3ea5b2021-02-03 09:29:30 +000060#include <backendsCommon/test/layerTests/ReduceSumTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010061#include <backendsCommon/test/layerTests/ReshapeTestImpl.hpp>
62#include <backendsCommon/test/layerTests/ResizeTestImpl.hpp>
Tianle Cheng988354d2023-06-28 13:20:47 +010063#include <backendsCommon/test/layerTests/ReverseV2TestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010064#include <backendsCommon/test/layerTests/RsqrtTestImpl.hpp>
Keith Davis3ae3f972021-05-21 16:33:48 +010065#include <backendsCommon/test/layerTests/ShapeTestImpl.hpp>
Teresa Charlin50de4fa2021-05-31 18:47:33 +010066#include <backendsCommon/test/layerTests/SinTestImpl.hpp>
Aron Virginas-Tar92b9f872019-09-17 17:27:04 +010067#include <backendsCommon/test/layerTests/SliceTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010068#include <backendsCommon/test/layerTests/SoftmaxTestImpl.hpp>
69#include <backendsCommon/test/layerTests/SpaceToBatchNdTestImpl.hpp>
70#include <backendsCommon/test/layerTests/SpaceToDepthTestImpl.hpp>
71#include <backendsCommon/test/layerTests/SplitterTestImpl.hpp>
Teresa Charlin03027232022-05-09 17:27:08 +010072#include <backendsCommon/test/layerTests/SqrtTestImpl.hpp>
John Mcloughlin0ec00872023-05-15 17:03:49 +010073#include <backendsCommon/test/layerTests/SquaredDifferenceTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010074#include <backendsCommon/test/layerTests/StackTestImpl.hpp>
75#include <backendsCommon/test/layerTests/StridedSliceTestImpl.hpp>
Aron Virginas-Tare89ebad2019-08-27 18:14:26 +010076#include <backendsCommon/test/layerTests/SubtractionTestImpl.hpp>
Teresa Charlin79a06a52023-07-13 17:16:45 +010077#include <backendsCommon/test/layerTests/TileTestImpl.hpp>
Aron Virginas-Tar00d306e2019-08-28 18:08:46 +010078#include <backendsCommon/test/layerTests/TransposeConvolution2dTestImpl.hpp>
Mike Kellyc9ea45a2020-02-28 18:11:58 +000079#include <backendsCommon/test/layerTests/TransposeTestImpl.hpp>
Narumol Prangnawarate5339e72021-07-28 17:33:28 +010080#include <backendsCommon/test/layerTests/UnidirectionalSequenceLstmTestImpl.hpp>