Compute Library
 23.08
WindowHelpers.cpp File Reference

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 

Functions

Window calculate_max_window (const ValidRegion &valid_region, const Steps &steps, bool skip_border, BorderSize border_size)
 
Window calculate_max_window (const TensorShape &shape, const Steps &steps, bool skip_border, BorderSize border_size)
 
Window calculate_max_enlarged_window (const ValidRegion &valid_region, const Steps &steps, BorderSize border_size)
 
Window calculate_max_window_horizontal (const ValidRegion &valid_region, const Steps &steps, bool skip_border, BorderSize border_size)
 
std::pair< Window, size_t > calculate_squashed_or_max_window (const ITensorInfo &src0, const ITensorInfo &src1)
 
std::pair< Window, size_t > calculate_squashed_or_max_window (const ITensorInfo &src)