aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TestUtils.hpp
blob: 9129d918866254d99e1b1bdb46e2bca1bf8a1e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <armnn/INetwork.hpp>

void Connect(armnn::IConnectableLayer* from, armnn::IConnectableLayer* to, const armnn::TensorInfo& tensorInfo,
             unsigned int fromIndex = 0, unsigned int toIndex = 0);