Searched refs:calculate_max_window_horizontal (Results 1 – 3 of 3) sorted by relevance
140 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps = Steps(…151 inline Window calculate_max_window_horizontal(const ITensorInfo &info, const Steps &steps = Steps()…153 return calculate_max_window_horizontal(info.valid_region(), steps, skip_border, border_size);
182 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps, bool sk… in calculate_max_window_horizontal() function
222 Window win = calculate_max_window_horizontal(*dst, Steps(num_elems_processed_per_iteration)); in configure()