Skip to content
Commit e9aeb3e4 authored by Bjorn Davidsson's avatar Bjorn Davidsson
Browse files

Fix incorrect clamping of Bool



When ofm datatype is Bool, we were incorrectly
clamping output to [0, 255].
As True is represented as -1, it was clamped to 0.

Fixed by having IntegerMin and IntegerMax handle Bool.

Change-Id: I14ad89e128ab3339318f9967f8693959e3378652
Signed-off-by: Bjorn Davidsson's avatarBjörn Davidsson <bjoern.davidsson@arm.com>
parent 24137937
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment