23.08
|
Go to the documentation of this file.
47 auto k = std::make_unique<CLROIPoolingLayerKernel>();
48 k->configure(compile_context,
input, rois, output, pool_info);
49 _kernel = std::move(
k);
static Status validate(const ITensorInfo *input, const ITensorInfo *rois, const ITensorInfo *output, const ROIPoolingLayerInfo &pool_info)
Static Validate function to check inputs will lead to valid configuration of CLROIPoolingLayer.
static Status validate(const ITensorInfo *input, const ITensorInfo *rois, ITensorInfo *output, const ROIPoolingLayerInfo &pool_info)
Static function to check if given info will lead to a valid configuration of CLROIPoolingLayer.
Interface for OpenCL tensor.
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
Copyright (c) 2017-2023 Arm Limited.
void configure(const ICLTensor *input, const ICLTensor *rois, ICLTensor *output, const ROIPoolingLayerInfo &pool_info)
Set the input and output tensors.
Store the tensor's metadata.
#define ARM_COMPUTE_LOG_PARAMS(...)
ROI Pooling Layer Information class.