aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/RuntimeTests.hpp
blob: ba2a37baea1c58bee0afaf4e8f4e0f49db72659b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

#include <armnn/Runtime.hpp>

namespace armnn
{

void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime);

} // namespace armnn