23.11
|
#include "arm_compute/core/IAccessWindow.h"
#include "arm_compute/core/Steps.h"
#include "arm_compute/core/Window.h"
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2023 Arm Limited. | |
Functions | |
template<typename... Ts> | |
bool | update_window_and_padding (Window &win, Ts &&...patterns) |
Update window and padding size for each of the access patterns. More... | |
template<typename... Ts> | |
ValidRegion | intersect_valid_regions (const Ts &...regions) |
Intersect multiple valid regions. More... | |