aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLErode.h
diff options
context:
space:
mode:
authorAbe Mbise <abe.mbise@arm.com>2017-10-09 17:44:54 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit7457a8d2a8451dc8957e65c88d046cfff12b06e9 (patch)
tree4e5cc049ad34370d4ec14b4b95923fb55fe63639 /arm_compute/runtime/CL/functions/CLErode.h
parente2c82fee3b6d38f6e79412c78176792b817defd0 (diff)
downloadComputeLibrary-7457a8d2a8451dc8957e65c88d046cfff12b06e9.tar.gz
COMPMID-571: Implement reference and CL/NEON validation for Erode
Change-Id: I7cc6acc4947f77412230e286ab9b14304f35b025 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/90869 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLErode.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLErode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLErode.h b/arm_compute/runtime/CL/functions/CLErode.h
index cd2f5516e2..a929cc9ba0 100644
--- a/arm_compute/runtime/CL/functions/CLErode.h
+++ b/arm_compute/runtime/CL/functions/CLErode.h
@@ -49,7 +49,7 @@ public:
* @param[in] border_mode Border mode to use for the convolution.
* @param[in] constant_border_value (Optional) Constant value to use for borders if border_mode is set to CONSTANT.
*/
- void configure(ICLTensor *input, ICLTensor *output, BorderMode border_mode, uint8_t constant_border_value);
+ void configure(ICLTensor *input, ICLTensor *output, BorderMode border_mode, uint8_t constant_border_value = 0);
};
}
#endif /*__ARM_COMPUTE_CLERODE_H__ */