You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Convert assert to throw ValueError in tosa_backend
There's a risk with using asserts in production code as it might get
optimized out. A proper error is raised instead.
Change-Id: Ie10348c65c3d45a4773efbbcbc0686cd9007b800
Signed-off-by: Sebastian Larsson <[email protected]>
0 commit comments