Skip to content
Commit 8df91f5b authored by Johan Alfvén's avatar Johan Alfvén Committed by Tim Hall
Browse files

MLBEDSW-7833: MLCE: Fixed output diff for reshape op



- In order to reduce memory usage, the live range mechanism have logic
to check if the ifm tensor can be reused for the ofm tensor for certain
operators

- In this failing test case, the input to the reshape/memcpy operator
has more than one consumer and this results in a faulty memory overwrite
since there are missing logic that should check the ifm consumers for
the memcpy operator

- The fix is to add the missing logic that ifm can only have one consumer

Change-Id: I2184c0f905b554f648c9732734098509e23b537c
Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
parent 52afbbbe
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