IVGCVSW-5538 Fix delegate DepthwiseConv2d, DIV, Reshape
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Fri, 20 Nov 2020 16:17:48 +0000 (16:17 +0000)
committerFrancis Murtagh <francis.murtagh@arm.com>
Fri, 20 Nov 2020 18:05:50 +0000 (18:05 +0000)
commit1672542bcbfdffadef15f7e844236a1a3da089b5
treeef228d88eff5b4e373d2b6c24f040b0d0a4c1c29
parent56870183198842be1706562d8386f4e5f534e9b6
IVGCVSW-5538 Fix delegate DepthwiseConv2d, DIV, Reshape

 * Correct filter shape for DepthwiseConv2d
 * Remove non-support data type
 * Allow check for flatten on Reshape

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: Ic4be63d7c2f3a2b5e13a1530025a49464c21171b
delegate/src/Convolution.hpp
delegate/src/Redefine.hpp
delegate/src/test/ElementwiseBinaryTest.cpp
delegate/src/test/ElementwiseUnaryTest.cpp