23.08
|
Go to the documentation of this file.
53 return !((_window.
x().
start() == _window.
x().
end()) && (_window.
x().
end() == 0));
56 void IKernel::configure(
const Window &window)
constexpr int start() const
Return the start of the dimension.
Container for 2D border size.
static constexpr size_t DimX
Alias for dimension 0 also known as X dimension.
virtual BorderSize border_size() const
The size of the border for that kernel.
bool is_window_configured() const
Function to check if the embedded window of this kernel has been configured.
Describe one of the image's dimensions with a start, end and step.
void set(size_t dimension, const Dimension &dim)
Set the values of a given dimension.
static constexpr size_t DimY
Alias for dimension 1 also known as Y dimension.
const Window & window() const
The maximum window the kernel can be executed on.
Describe a multidimensional execution window.
Copyright (c) 2017-2023 Arm Limited.
virtual bool is_parallelisable() const
Indicates whether or not the kernel is parallelisable.
constexpr int end() const
Return the end of the dimension.
constexpr const Dimension & x() const
Alias to access the first dimension of the window.