SIGN IN SIGN UP

Arm backend: Convert assert to throw ValueError in tosa_backend (#9905)

There's a risk with using asserts in production code as it might get
optimized out. A proper error is raised instead.

Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>
S
Sebastian Larsson committed
c70c2082ba2baded45afe6fefbfd87f3b080d495
Parent: 2b4e525
Committed by GitHub <noreply@github.com> on 4/4/2025, 3:08:53 PM