xref: /aosp_15_r20/external/armnn/src/armnn/test/RuntimeTests.hpp (revision 89c4ff92f2867872bb9e2354d150bf0c8c502810)
1 //
2 // Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include <Runtime.hpp>
8 
9 namespace armnn
10 {
11 
12 void RuntimeLoadedNetworksReserve(armnn::RuntimeImpl* runtime);
13 
14 } // namespace armnn
15