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

#include <Runtime.hpp>

namespace armnn
{

void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime);

} // namespace armnn