Skip to content
Commit da7b49c2 authored by Johan Gunnarsson's avatar Johan Gunnarsson Committed by Johan Alfvén
Browse files

MLBEDSW-10744: Fix DepthwiseConv2D with batch + depth multiplier



DepthwiseConv2d with batch and depth multiplier is decomposed into
multiple non-batched DepthwiseConv2d followed by Transpose, then a
MemoryCopy to copy the result into the right place in the original
OFM. This last MemoryCopy didn't have the correct IFM shape.

Signed-off-by: Johan Gunnarsson's avatarJohan Gunnarsson <johan.gunnarsson@arm.com>
Change-Id: I7fe23dbd0bbbb3aca6885153e76a2d3fc8ad7724
parent 72e09fda
Loading
Loading
Loading
Pipeline #26048 passed with stages
in 17 minutes