MLBEDSW-10901: Reworked SupportedDtypes check for elementwise operators.
Removed the check for all IFM tensors of binary elementwise operators to have the same type in the SupportedDtypes function. This check blocked operators such us And/AndNot that can have mixed input types, which are promoted to full width integers either way.
Change-Id: Ie4f8304ac67ad06d9c113c5dbd1183a3209ca498 Signed-off-by: Max Bergfelt max.bergfelt@arm.com