ArmNN  NotReleased
RefConcatWorkload.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "RefConcatWorkload.hpp"
7 
8 #include "Concatenate.hpp"
9 
10 #include "Profiling.hpp"
11 
12 namespace armnn
13 {
14 
16 {
17  ARMNN_SCOPED_PROFILING_EVENT(Compute::CpuRef, "RefConcatWorkload_Execute");
19 }
20 
21 } //namespace armnn
#define ARMNN_SCOPED_PROFILING_EVENT(backendId, name)
Definition: Profiling.hpp:170
const ConcatQueueDescriptor m_Data
Definition: Workload.hpp:46
CPU Execution: Reference C++ kernels.
virtual void Execute() const override
void Concatenate(const ConcatQueueDescriptor &data)
Definition: Concatenate.cpp:14