blob: 4f9d5f332eba575c6b6f93c15b20b3e13639c793 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include "ClDepthwiseConvolutionBaseWorkload.hpp"
namespace armnn
{
class ClDepthwiseConvolutionFloatWorkload : public ClDepthwiseConvolutionBaseWorkload<DataType::Float16,
DataType::Float32>
{
public:
ClDepthwiseConvolutionFloatWorkload(const DepthwiseConvolution2dQueueDescriptor& descriptor,
const WorkloadInfo& info);
void Execute() const override;
};
} //namespace armnn