xref: /aosp_15_r20/external/armnn/src/backends/tosaReference/test/TosaRefLayerTests.cpp (revision 89c4ff92f2867872bb9e2354d150bf0c8c502810)
1 //
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "TosaRefWorkloadFactoryHelper.hpp"
7 
8 #include <backendsCommon/test/LayerTests.hpp>
9 
10 #include <tosaReference/TosaRefWorkloadFactory.hpp>
11 
12 #include <UnitTests.hpp>
13 
14