#include <armnn/Tensor.hpp>
#include <armnn/Descriptors.hpp>
#include <backendsCommon/Workload.hpp>
#include <arm_compute/runtime/CL/functions/CLConvolutionLayer.h>
#include <arm_compute/runtime/MemoryManagerOnDemand.h>
#include <memory>
Go to the source code of this file.
|
| armnn |
| Copyright (c) 2020 ARM Limited.
|
|
|
arm_compute::Status | ClConvolution2dWorkloadValidate (const TensorInfo &input, const TensorInfo &output, const Convolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases) |
|