Fix that convert_var_shape doesn't support slice like [0:], test=develop (#31051)
As the title, when slice_node like 1:3 being passed to idx of convert_var_shape, it will cause syntax error because a function cannot take this as argument. This PR fixed it.
Showing
想要评论请 注册 或 登录