23.08
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_CPUMAXUNPOOLINGLAYERKERNEL_H
25 #define ARM_COMPUTE_CPUMAXUNPOOLINGLAYERKERNEL_H
83 const char *
name()
const override;
86 MaxUnpoolingUKernelPtr _run_method{
nullptr };
SimpleTensor< float > src
decltype(strategy::transforms) typedef type
Interface for the pooling layer kernel.
static const std::vector< MaxUnpoolingKernel > & get_available_kernels()
Interface for CPU tensor.
MaxUnpoolingUKernelPtr ukernel
void configure(const ITensorInfo *src, const ITensorInfo *indices, ITensorInfo *dst, const PoolingLayerInfo &pool_info)
Configure kernel for a given list of arguments.
CpuMaxUnpoolingLayerKernel()=default
Default constructor.
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(CpuMaxUnpoolingLayerKernel)
const char * name() const override
Name of the kernel.
Pooling Layer Information struct.
std::add_pointer< bool(const DataTypeISASelectorData &data)>::type DataTypeISASelectorPtr
void run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info) override
Execute the kernel on the passed window.
static Status validate(const ITensorInfo *src, const ITensorInfo *indices, const ITensorInfo *dst, const PoolingLayerInfo &pool_info)
Static function to check if given info will lead to a valid configuration of CpuMaxUnpoolingLayerKern...
const Window & window() const
The maximum window the kernel can be executed on.
Information about executing thread and CPU.
Describe a multidimensional execution window.
const DataTypeISASelectorPtr is_selected
Copyright (c) 2017-2023 Arm Limited.
Store the tensor's metadata.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)