Skip to content

MLBEDSW-10430: RawWriter: Adjust ReadOnly tensor assert

Johan Gunnarsson requested to merge MLBEDSW-10430 into main

IsConstant will return false when the size is 0. This will trigger the assert for networks without weights, such as networks with only pool ops.

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

Merge request reports