Skip to content

MLBEDSW-10724: Fix disconnecting activations

Johan Gunnarsson requested to merge MLBEDSW-10724 into main

When we encounter and re-fuse an activation, we should return the original op instead of the activation op. The activation op is disconnected at that point, which means it has no inputs/outputs and will end the graph traversal.

Signed-off-by: Johan Gunnarsson johan.gunnarsson@arm.com Change-Id: I56d7eec2351831b3c087bc5b32f503c14de3ef1e

Merge request reports

Loading