ArmNN
 20.11
Concatenate.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 #include <armnn/Tensor.hpp>
10 
11 namespace armnn
12 {
13 void Concatenate(const ConcatQueueDescriptor &data);
14 } //namespace armnn
Copyright (c) 2020 ARM Limited.
void Concatenate(const ConcatQueueDescriptor &data)
Definition: Concatenate.cpp:14