MLBEDSW-10574: Align RewriteFullyConnected with shape-changes
-
Fixes functional regression when FullyConnected with dynamic weights is re-written to Matmul.
-
MLBEDSW-10418 aligned weight-shapes on TensorConnections with the adjusted storageshape for the weight-tensor. This caused regressions for FullyConnected with dynamic weights as RewriteFullyConnectDynamic assumed 1,1,W,C shape on the TensorConnection.
Change-Id: Ifb7dd0f9ee4eced23b80e640143d9ae187c0cbe0 Signed-off-by: Alexander Bengtsson Alexander.Bengtsson@arm.com