From ee50f51206a41e0fbc7fc156659eaa8b8de5c46e Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 15 Nov 2018 09:58:00 +0000 Subject: COMPMID-1784 Fixed the padding checks in AccessWindowRectangle::update_window_if_needed() Change-Id: I56426cc9c9688a0aa0acdd439d5887c7ef208cd2 Note: The code to shrink the window hasn't been fixed yet. --- arm_compute/core/IAccessWindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/core/IAccessWindow.h') diff --git a/arm_compute/core/IAccessWindow.h b/arm_compute/core/IAccessWindow.h index ab05fbf5e4..22232ab554 100644 --- a/arm_compute/core/IAccessWindow.h +++ b/arm_compute/core/IAccessWindow.h @@ -193,6 +193,8 @@ public: bool update_window_if_needed(Window &window) const override; bool update_padding_if_needed(const Window &window) override; +protected: + PaddingSize get_needed_padding(const Window &window)const; protected: ITensorInfo *_info; -- cgit v1.2.1