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
and that for axis, the accepted range is [-r, r-1] where r = rank(input).
What happens when the rank of the input is 1 and axis is not specified?
According to the spec, this seems to be illegal. onnxruntime successfully executes such models.