|
25.02
|
#include "ClDepthwiseConvolutionWorkload.hpp"#include <ResolveType.hpp>#include "ClWorkloadUtils.hpp"#include <armnn/Exceptions.hpp>#include <aclCommon/ArmComputeUtils.hpp>#include <aclCommon/ArmComputeTensorUtils.hpp>#include <cl/ClTensorHandle.hpp>#include <armnn/backends/TensorHandle.hpp>#include <backendsCommon/WorkloadUtils.hpp>#include <armnn/backends/WorkloadData.hpp>#include <arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h>Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| arm_compute::Status | ClDepthwiseConvolutionWorkloadValidate (const TensorInfo &input, const TensorInfo &output, const DepthwiseConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, const ActivationDescriptor *activationDescriptor) |