aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MergerLayer.hpp
blob: 8309d31b1242562bf0ccb63d29b1f2b02eea5968 (plain)
1
2
3
4
5
6
7
8
9
//
// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

#include "ConcatLayer.hpp"

using MergerLayer = ConcatLayer;