aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/RuntimeTests.hpp
blob: 588a7604722f50647d1d509045edb0389ac07091 (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 <Runtime.hpp>

namespace armnn
{

void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime);

} // namespace armnn