blob: a4277d405f3d40859cecfe7bb0e6324f189148d3 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once
#include "ClDepthwiseConvolutionBaseWorkload.hpp"
#include "backends/ClWorkloadUtils.hpp"
namespace armnn
{
class ClDepthwiseConvolutionUint8Workload : public ClDepthwiseConvolutionBaseWorkload<DataType::QuantisedAsymm8>
{
public:
ClDepthwiseConvolutionUint8Workload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
const WorkloadInfo& info);
void Execute() const override;
};
} //namespace armnn