24 #ifndef ARM_COMPUTE_IKERNEL_H 25 #define ARM_COMPUTE_IKERNEL_H 71 void configure(
const Window &window);
Common information for all the kernels.
bool is_window_configured() const
Function to check if the embedded window of this kernel has been configured.
const Window & window() const
The maximum window the kernel can be executed on.
Container for 2D border size.
virtual ~IKernel()=default
Destructor.
Copyright (c) 2017-2022 Arm Limited.
virtual bool is_parallelisable() const
Indicates whether or not the kernel is parallelisable.
virtual BorderSize border_size() const
The size of the border for that kernel.
Describe a multidimensional execution window.