10#include <arm_compute/runtime/IFunction.h>
11#include <arm_compute/core/Error.h>
12#include <arm_compute/runtime/CL/CLTensor.h>
31 const arm_compute::CLCompileContext& clCompileContext);
DepthwiseConvolution2dQueueDescriptor m_Data
ClBaseWorkload(const DepthwiseConvolution2dQueueDescriptor &descriptor, const WorkloadInfo &info)
ClDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
std::unique_ptr< arm_compute::IFunction > m_DepthwiseConvolutionLayer
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClDepthwiseConvolutionWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const DepthwiseConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, const ActivationDescriptor *activationDescriptor)
An ActivationDescriptor for the ActivationLayer.
A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer.
Depthwise Convolution 2D layer workload data.
Contains information about TensorInfos of a layer.