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 raise ValueError in op_clamp (#9932)
Asserts are converted to proper raises to ensure graph integrity.
It should not be possible for clamp to have more than 1 input for a
correctly formatted graph, but in the node visitor we cannot know for
sure that the graph is formatted correctly.
Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>
0 commit comments