aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/ClWorkloads/ClMergerUint8Workload.cpp
blob: c7f3b75e908580f29e804693c5c19459fd288f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#include "ClMergerUint8Workload.hpp"


namespace armnn
{

void ClMergerUint8Workload::Execute() const
{
    ARMNN_SCOPED_PROFILING_EVENT_CL("ClMergerUint8Workload_Execute");
    ClBaseMergerWorkload<DataType::QuantisedAsymm8>::Execute();
}

} //namespace armnn